Module futures_util::lock::bilock
source · Expand description
Futures-powered synchronization primitives.
Structs§
- A type of futures-powered synchronization primitive which is a mutex between two possible owners.
- Returned RAII guard from the
poll_lock
method. - Inner 🔒
- Error indicating two
BiLock<T>
s were not two halves of a whole, and thus could not bereunite
d.