Modules§
- thread
- Native threads.
Structs§
- Atomic
U32 - An integer type which can be safely shared between threads.
- Atomic
U64 - 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”).