pub const fn const_mutex<T>(val: T) -> Mutex<T>
parkinglot
parking_lot
Creates a new mutex in an unlocked state ready for use.