Function const_reentrant_mutex

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

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