A blocking queue is a queue with a specific capcity that can be accessed by many threads simultaneously. The queue blocks a thread when it tries to pop an element and the queue is empty, or if it tries to push an element and the queue is full.
-
Notifications
You must be signed in to change notification settings - Fork 0
lddelchev/blocking-queue
About
This repository contains an implementation of a blocking queue.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published