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
- Host: GitHub
- URL: https://github.com/njdevpro/concurrentqueues
- Owner: NJdevPro
- License: mit
- Created: 2017-07-24T19:17:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T20:58:19.000Z (over 2 years ago)
- Last Synced: 2025-01-01T22:11:46.270Z (5 months ago)
- Topics: blocking-queue, concurrent-programming, concurrent-queue, queues, thread-safe
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConcurrentQueues
C++ concurrent queuesThread safe unbounded concurrent queue
and bounded queue with a fixed capacity.Just an exercise while learning C++11.
Published uner MIT License.