1
2
3
4
5
//! Synchronization primitives

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

pub mod atomic;