nolock 0.4.1

A collection of Lock-Free Datastructures
Documentation
1
2
3
4
#[cfg(not(loom))]
pub use core::sync::*;
#[cfg(loom)]
pub use loom::sync::*;