Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 115 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 115 Bytes

ring-buffer

Data structure with two pointers tail and head, which can be safely used by two independent threads.