Module sync

Source

Re-exportsยง

pub use condvar::Condvar;
pub use mutex::Mutex;
pub use once::Once;
pub use once::OnceState;
pub use rwlock::RwLock;
pub use thread_parking::Parker;

Modulesยง

condvar ๐Ÿ”’
mutex ๐Ÿ”’
once ๐Ÿ”’
once_box ๐Ÿ”’
A racily-initialized alternative to OnceLock<Box<T>>.
rwlock ๐Ÿ”’
thread_parking ๐Ÿ”’