blob: 42c40de5d21679af1b20378ef2db27286634a5ed [file] [log] [blame]
//! Thread-safe task notification primitives.
mod atomic_task;
pub use self::atomic_task::AtomicTask;