folly::atomic_wait

Blocks until the atomic changes from an expected value, like futex wait.

Synopsis

Declared in <folly/synchronization/AtomicNotification.h>

inline constexpr auto atomic_wait = detail::atomic_notification::atomic_wait_fn{};