[][src]Module future_parking_lot::mutex

parking_lot::Mutex Future implementation

Structs

FutureLock

Wrapper to use Mutex in Future-style

FutureRawMutex

RawMutex implementor that collects Wakers to wake them up when unlocked

Traits

FutureLockable

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

Type Definitions

Mutex

a Future-compatible parking_lot::Mutex