mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
Can't initialize std::atomic_flag with a boolean
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
private:
|
||||
std::thread m_thread;
|
||||
std::atomic_bool m_installed = false;
|
||||
std::atomic_flag m_waiting = false;
|
||||
std::atomic_flag m_waiting {};
|
||||
Semaphore m_semaphore;
|
||||
std::mutex m_globalObjectsMutex;
|
||||
std::mutex m_receiversMutex;
|
||||
|
||||
Reference in New Issue
Block a user