Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 251 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 251 Bytes

Ring Buffer

SPSCRingBuffer is a single-producer-single-consumer(SPSC) circular queue. The data is produced and consumed in first-in-first-out (FIFO) order.