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_lockmethod. - Inner ๐
- Reunite
Error - Error indicating two
BiLock<T>s were not two halves of a whole, and thus could not bereunited.
Functionsยง
- invalid_
ptr ๐