Function const_rwlock

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

Creates a new rwlock in an unlocked state ready for use.