Expand description
Futures-powered synchronization primitives.
Structsยง
- BiLock
- A type of futures-powered synchronization primitive which is a mutex between two possible owners.
- BiLock
Guard - Returned RAII guard from the
poll_lock
method. - Inner ๐
- Reunite
Error - Error indicating two
BiLock<T>
s were not two halves of a whole, and thus could not bereunite
d.
Functionsยง
- invalid_
ptr ๐