gix_features::threading

Function get_mut

source
pub fn get_mut<T>(v: &MutableOnDemand<T>) -> RwLockWriteGuard<'_, T>
Available on crate feature parallel only.
Expand description

Get a mutable reference through a MutableOnDemand for read-write access.