pub const fn const_rwlock<T>(val: T) -> RwLock<T>
Creates a new instance of an RwLock<T> which is unlocked.
RwLock<T>
This allows creating a RwLock<T> in a constant context on stable Rust.