MutableOnDemand

Type Alias MutableOnDemand 

Source
pub type MutableOnDemand<T> = RwLock<T>;
Expand description

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

Aliased Typeยง

pub struct MutableOnDemand<T> { /* private fields */ }