Function const_fair_mutex

Source
pub const fn const_fair_mutex<T>(val: T) -> FairMutex<T>
👎Deprecated: The parkinglot feature has been renamed parking_lot
Expand description

Creates a new fair mutex in an unlocked state ready for use.