atomx 0.2.10

Thread safe data structures based on atomic data types.
Documentation
1
2
3
4
5
#[cfg(loom)]
pub use loom::{thread, sync::*};

#[cfg(not(loom))]
pub use std::{thread, sync::*};