Module sync

Module sync 

Source

Modules§

thread
Native threads.

Structs§

AtomicU32
An integer type which can be safely shared between threads.
AtomicU64
An integer type which can be safely shared between threads.

Enums§

Ordering
Atomic memory orderings

Functions§

spin_loop
Emits a machine instruction to signal the processor that it is running in a busy-wait spin-loop (“spin lock”).