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