1
2
3
4
//! Thread-safe task notification primitives.

mod atomic_waker;
pub(crate) use self::atomic_waker::AtomicWaker;