Expand description
Atomic abstractions for single and multi-core systems.
Structs§
- Atomic
Bool - A boolean type which can be safely shared between threads.
- Atomic
U8 - An integer type which can be safely shared between threads.
- Atomic
U64 - An atomic
u64implemented by disabling interrupts around each operation.
Enums§
- Ordering
- Atomic memory orderings