Wakes all threads waiting on the atomic, like futex wake with max count.
Synopsis
Declared in <folly/synchronization/AtomicNotification.h>
inline constexpr auto atomic_notify_all = detail::atomic_notification::atomic_notify_all_fn{};
Created with MrDocs