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