Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

Latest commit

 

History

History
2 lines (2 loc) · 115 Bytes

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.