◐ Shell
clean mode source ↗

GitHub - CPP-CodingClubIITG/ThreadsafeQueueLib

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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.