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