pub type MutexGuard<'a, T> = MutexGuard<'a, T, Yield, Yield>;Available on crate features
barging and lock_api and yield only.Expand description
A lock_api::MutexGuard that implements the Yield relax policy.
Aliased Typeยง
pub struct MutexGuard<'a, T> { /* private fields */ }