alopt 1.0.0

a Rust crate providing efficient synchronization primitives that integrate Option into their design.
Documentation
1
2
3
4
5
6
7
pub mod alo;
// pub mod slo;

#[cfg(feature = "tokio")]
pub use alo::asc;
pub use alo::thread;
// pub use slo::{RefCellOpt, RefGuardRead, RefGuardWrite};