fast-async-mutex 0.4.0

The fast async mutex which uses spinlock algorithm with using waker
Documentation
1
2
3
/// The fast async mutex which uses spinlock algorithm with using waker
pub mod mutex;
pub mod mutex_unordered;