Wakes one thread waiting on the atomic, like futex wake with count 1.
Synopsis
Declared in <folly/synchronization/AtomicNotification.h>
inline constexpr auto atomic_notify_one = detail::atomic_notification::atomic_notify_one_fn{};
Created with MrDocs