alopt 0.1.0

a Rust crate providing efficient synchronization primitives that integrate Option into their design.
Documentation
1
2
3
4
5
6
mod notify;

pub mod thread;

#[cfg(feature = "tokio")]
pub mod asc;