Expand description

A collection of synchronization utils for concurrent programming.

Structs

A Carrier that manages the lifetime of an instance of type T.

A reference to an object owned by a Carrier.

Mutex guard returned by VersionedParker::lock.

A thread parking and locking primitive that provide version numbers.