Module crossbeam::sync

source ·
Expand description

Utilities for thread synchronization.

Structs

A thread parking primitive.
A scalable reader-writer lock.
A guard used to release the shared read access of a ShardedLock when dropped.
A guard used to release the exclusive write access of a ShardedLock when dropped.
Enables multiple threads to synchronize the beginning or end of some computation.