//! Thread-safe task notification primitives.
std::future
mod atomic_waker;
pub use self::atomic_waker::AtomicWaker;