Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 278 Bytes

File metadata and controls

3 lines (2 loc) · 278 Bytes

ThreadsafeQueueLib-CodingClubIITG

ThreadsafeQueueLib provides high-performance wait-free, lock-free and blocking queues for C++20. It supports SPSC, MPSC, and MPMC with bounded or unbounded modes using policy-based templates for flexible, efficient, thread-safe data passing.