Module std::sync

Thread synchronization primitives

Modules

Multi-threaded queues (channels)

Protocols

Protocol for types implementing mutex-like semantics.

Structs

Values that can be operated on atomically.
A mutual exclusion lock (mutex)
Reader-writer lock
Condition variable
A spinlock.
A synchronization primitive that allows multiple threads to wait until the event is signalled.
A one-shot channel (future).

Functions

Enums

Memory ordering