pub type MutableOnDemand<T> = RwLock<RawRwLock, T>;
Available on crate feature unstable only.
Expand description

A synchronization primitive which can start read-only and transition to support mutation.