1
2
3
4
5
//! 同步原语

#![stable(feature = "rust1", since = "1.0.0")]

pub mod atomic;