1//! Thread-safe task notification primitives.
2
3mod atomic_waker;
4pub(crate) use self::atomic_waker::AtomicWaker;
5