Expand description
A collection of synchronization utils for concurrent programming.
Structsยง
- Carrier
- A Carrier that manages the lifetime of an instance of type
T. - Carrier
Ref - A reference to an object owned by a
Carrier. - Versioned
Guard - Mutex guard returned by
VersionedParker::lock. - Versioned
Parker - A thread parking and locking primitive that provide version numbers.