[][src]Type Definition yaar_lock::future::RawMutexLockFuture

type RawMutexLockFuture<'a, T, ThreadEvent> = GenericMutexLockFuture<'a, WordLock<ThreadEvent>, T>;

A future which resolves when the target mutex has been successfully acquired.