Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 262 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 262 Bytes

scbuf

scbuf (sync circular buffer) is a Send and Sync, lock-free circular buffer implementation.

In the single-producer, single-consumer scenario, it relies solely on atomics for synchronization. See new_scbuf for multiple-producer/consumer usage.