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

mod atomic_waker;

pub use self::atomic_waker::AtomicWaker;