blob: a6bc6ed06ea86a767930dbc162c733b64d5b7bcc [file] [log] [blame]
//! Thread-safe task notification primitives.
mod atomic_waker;
pub(crate) use self::atomic_waker::AtomicWaker;