Crate more_sync

Source
Expand description

A collection of synchronization utils for concurrent programming.

Structsยง

Carrier
A Carrier that manages the lifetime of an instance of type T.
CarrierRef
A reference to an object owned by a Carrier.
VersionedGuard
Mutex guard returned by VersionedParker::lock.
VersionedParker
A thread parking and locking primitive that provide version numbers.