A FIFO blocking queue implemented in C.
-
Updated
Jan 19, 2022 - C
A FIFO blocking queue implemented in C.
In this practical I wrote an array-based implementation of a dynamically-chosen fixed-size generic Queue in C, and a thread-safe, blocking queue.
Add a description, image, and links to the blocking-queue topic page so that developers can more easily learn about it.
To associate your repository with the blocking-queue topic, visit your repo's landing page and select "manage topics."