v16.0.0
16.0.0 (2019-10-17)
Bug Fixes
- fstream: fix fromRange() static operator (82cec1d)
- queue: fix queue not removing the element immediately for dispatching (1d61e4f)
Code Refactoring
- queue: remove
size
method on Queue (48d45e5)
Features
- fio: add
if0
(56b348f)
Performance Improvements
- fstream: use callback based conditional checks (96cd3bc)
BREAKING CHANGES
- queue: Removed
Queue.size()
method. UseQueue.length
instead.