Structs§
- Pair
Lock - A reader-writer lock with wait-free reads.
- Update
Guard - A RAII guard providing mutable access to the inactive value of a
PairLock
, The values becomes active when the guard is dropped.
Enums§
- TryUpdate
Error - Error returned when a
PairLock.try_update()
fails, because it would otherwise have blocked.