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 abstractions for single and multi-core systems.