Expand description
A mutex which internally uses an intrusive linked list to store nodes in the waiting Futures
.
Read/write access is guaranteed fair, with FIFO semantics.
WARNING: Don’t mem::forget
the access future, or there will be dragons.
Structs§
- Fair
Share - Async fair sharing of an underlying value.
- Fair
Share Access Future - Access future.
- Fair
Share Exclusive Access - Excluseive access to the underlying storage until released or dropped.