Skip to main content

Module ring_buffer

Module ring_buffer 

Source

Structsยง

CacheLineAtomicBool
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.
InterCoreQueue
Cache-line-padded SPSC inter-core message queue.