Crate pairlock[][src]

Structs

PairLock

A reader-writer lock with wait-free reads.

UpdateGuard

A RAII guard providing mutable access to the inactive value of a PairLock, The values becomes active when the guard is dropped.

Enums

TryUpdateError

Error returned when a PairLock.try_update() fails, because it would otherwise have blocked.