[][src]Trait future_parking_lot::rwlock::read::FutureReadable

pub trait FutureReadable<R: RawRwLock, T> {
    fn future_read(&self) -> FutureRead<R, T>;
}

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

Required methods

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

Returns the read-lock without blocking

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...