]> git.lizzy.rs Git - rust.git/blob - src/libcore/sync/mod.rs
Rollup merge of #67686 - ssomers:keys_start_slasher, r=Mark-Simulacrum
[rust.git] / src / libcore / sync / mod.rs
1 //! Synchronization primitives
2
3 #![stable(feature = "rust1", since = "1.0.0")]
4
5 pub mod atomic;