Type Alias gix_features::threading::MutableOnDemand

source ·
pub type MutableOnDemand<T> = RwLock<T>;
Available on crate feature parallel only.
Expand description

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

Aliased Type§

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