[][src]Module future_parking_lot::mutex

parking_lot::Mutex Future implementation

Structs

FutureLock

Wrapper to use Mutex in Future-style

Traits

FutureLockable

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