An open API service indexing awesome lists of open source software.

https://github.com/njdevpro/concurrentqueues

C++ thread safe queues
https://github.com/njdevpro/concurrentqueues

blocking-queue concurrent-programming concurrent-queue queues thread-safe

Last synced: 3 months ago
JSON representation

C++ thread safe queues

Awesome Lists containing this project

README

        

# ConcurrentQueues
C++ concurrent queues

Thread safe unbounded concurrent queue
and bounded queue with a fixed capacity.

Just an exercise while learning C++11.

Published uner MIT License.