pub type MutexLockFuture<'a, T> = RawMutexLockFuture<'a, T, OsThreadEvent>;Available on crate feature
os only.Expand description
A RawMutexLockFuture for Mutex.
Aliased Typeยง
pub struct MutexLockFuture<'a, T> { /* private fields */ }