blob: 08981be25759522367c48ce5cddeefefbf9370a2 [file] [log] [blame]
//! Synchronization primitives.
pub(crate) mod list;
#[cfg(feature = "std")]
#[cfg(not(crossbeam_loom))]
pub(crate) mod once_lock;
pub(crate) mod queue;