os/sync/
mod.rs

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