blob: f8eb25960029b2ae83b7b4a824d1bb736b643093 [file] [log] [blame]
//! Synchronization primitives.
pub mod list;
pub mod queue;