Structsยง
- Cache
Line Atomic Bool - A single-bit flag padded to a full cache line (64 bytes) to prevent false sharing when an array of flags is accessed concurrently from different cores.
- Inter
Core Queue - Cache-line-padded SPSC inter-core message queue.