Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 233 Bytes

File metadata and controls

5 lines (3 loc) · 233 Bytes

waitqueue

A simple wait queue that allows you to queue something as a producer and wait till some consumer has finished processing it.

The design is completely threadsafe but it might be CPU heavy when the queue is often filled.