[][src]Trait future_parking_lot::rwlock::write::FutureWriteable

pub trait FutureWriteable<R: RawRwLock, T> {
    fn future_write(&self) -> FutureWrite<R, T>;
}

Trait to permit FutureWrite implementation on wrapped RwLock (not RwLock itself)

Required methods

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

Returns the write-lock without blocking

Loading content...

Implementations on Foreign Types

impl<R: RawRwLock, T> FutureWriteable<R, T> for RwLock<FutureRawRwLock<R>, T>[src]

Loading content...

Implementors

Loading content...