Module bilock

Source
Expand description

Futures-powered synchronization primitives.

Structsยง

BiLock
A type of futures-powered synchronization primitive which is a mutex between two possible owners.
BiLockGuard
Returned RAII guard from the poll_lock method.
Inner ๐Ÿ”’
ReuniteError
Error indicating two BiLock<T>s were not two halves of a whole, and thus could not be reunited.

Functionsยง

invalid_ptr ๐Ÿ”’