pub type RawMutexLockFuture<'a, T, ThreadEvent> = GenericMutexLockFuture<'a, WordLock<ThreadEvent>, T>;Expand description
A future which resolves when the target mutex has been successfully acquired.
Aliased Typeยง
pub struct RawMutexLockFuture<'a, T, ThreadEvent> { /* private fields */ }