Queue
Queue copied to clipboard
A small thread-safe queue written in C
Results
1
Queue issues
Sort by
recently updated
recently updated
newest added
according to the doc , if you call queue_get on a queue with no elements, it should return > 0. ``` /** * get the first element of the queue...