mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Explicitly initialize atomic value.
PiperOrigin-RevId: 501936581
This commit is contained in:
@@ -44,7 +44,7 @@ class SubmittableExecutor : public api::SubmittableExecutor {
|
||||
|
||||
private:
|
||||
std::unique_ptr<nearby::windows::Executor> executor_;
|
||||
std::atomic_bool shut_down_;
|
||||
std::atomic_bool shut_down_ = false;
|
||||
};
|
||||
|
||||
} // namespace windows
|
||||
|
||||
Reference in New Issue
Block a user