[−][src]Module futures::lock
Futures-powered synchronization primitives.
Structs
Mutex | A futures-aware mutex. |
MutexGuard | An RAII guard returned by the |
MutexLockFuture | A future which resolves when the target mutex has been successfully acquired. |