os/sync/
mod.rs

1//! Synchronization and interior mutability primitives
2
3mod up;
4
5pub use up::UPSafeCell;