[][src]Trait future_parking_lot::mutex::FutureLockable

pub trait FutureLockable<R: RawMutex, T> {
    fn future_lock(&self) -> FutureLock<R, T>;
}

Trait to permit FutureLock implementation on wrapped Mutex (not Mutex itself)

Required methods

Important traits for FutureLock<'a, R, T>
fn future_lock(&self) -> FutureLock<R, T>

Returns the lock without blocking

Loading content...

Implementations on Foreign Types

impl<R: RawMutex, T> FutureLockable<R, T> for Mutex_<FutureRawMutex<R>, T>[src]

Loading content...

Implementors

Loading content...