Skip to content

v1.0.5

Choose a tag to compare

@cameron314 cameron314 released this 01 May 23:37
· 21 commits to master since this release

Introduces a new BlockingReaderWriterCircularBuffer class, a fixed-size single-producer, single-consumer queue, that allows the writer to block if the queue is full (as well as the reader if the queue is empty).