mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Run scheduled executor callback on executor thread
PiperOrigin-RevId: 738998896
This commit is contained in:
committed by
Copybara-Service
parent
12675ff9fa
commit
9e23624fba
@@ -89,6 +89,10 @@ constexpr auto kEnableBlockingSocket =
|
||||
constexpr auto kSocketSendBufferSize =
|
||||
flags::Flag<int64_t>(kConfigPackage, "45673785", 524288);
|
||||
|
||||
// Run scheduled executor callback on executor thread.
|
||||
constexpr auto kRunScheduledExecutorCallbackOnExecutorThread =
|
||||
flags::Flag<bool>(kConfigPackage, "45686494", false);
|
||||
|
||||
} // namespace nearby_platform_feature
|
||||
} // namespace config_package_nearby
|
||||
} // namespace platform
|
||||
|
||||
Reference in New Issue
Block a user