Type Definition git_repository::threading::MutableOnDemand
source · pub type MutableOnDemand<T> = RwLock<RawRwLock, T>;
Expand description
A synchronization primitive which can start read-only and transition to support mutation.