Releases: cameron314/readerwriterqueue
Releases · cameron314/readerwriterqueue
v1.0.6
v1.0.5
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).
v1.0.4
Minor enhancements related to warnings and compiler compatibility.
v1.0.3
Small enhancements and fixes. Stable.
v1.0.2
Small enhancements and fixes. Stable.
v1.0.1
Includes various enhancements and small bug fixes. Stable.
v1.0.0
First official release after a long period of stability on the master branch.