Run scheduled executor callback on executor thread

PiperOrigin-RevId: 738998896
This commit is contained in:
Guogang Li
2025-03-20 17:51:16 -07:00
committed by Copybara-Service
parent 12675ff9fa
commit 9e23624fba
2 changed files with 19 additions and 3 deletions
@@ -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