Skip to content
New MINOR release 00.12.00

Changes since 00.11.01:

- Fixed the rare bug running into the assert(queueHasData || tripleBufferHasData) in doPostRead when using readLatest() and added tests for this.
- added an option to enable a thread safety check, which raises an assert when a ProcessArray object is used from different threads
- Minor code cleaning