[][src]Module futures_util::lock

Futures-powered synchronization primitives.

Structs

BiLock

A type of futures-powered synchronization primitive which is a mutex between two possible owners.

BiLockAcquire

Future returned by BiLock::lock which will resolve when the lock is acquired.

BiLockGuard

Returned RAII guard from the poll_lock method.

ReuniteError

Error indicating two BiLock<T>s were not two halves of a whole, and thus could not be reunited.