[][src]Module future_parking_lot::rwlock

parking_lot::RwLock Future implementation

Re-exports

pub use read::FutureReadable;
pub use upgradable_read::FutureUpgradableReadable;
pub use write::FutureWriteable;

Modules

read

FutureRead module

upgradable_read

FutureUpgradableRead module

write

FutureWrite module

Structs

FutureRawRwLock

RawRwLock implementor that collects Wakers to wake them up when unlocked

Type Definitions

RwLock

a Future-compatible parking_lot::RwLock