mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
6 lines
96 B
Rust
6 lines
96 B
Rust
//! Synchronization primitives
|
|
|
|
#![stable(feature = "rust1", since = "1.0.0")]
|
|
|
|
pub mod atomic;
|