1
2
3
4
5
//! Synchronization primitives

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

pub mod atomic;
This documentation is an old archive. Please see https://rust.docs.kernel.org instead.