v0.6.2
- Created a
QueueIter
which allows to iterate through a queue as a list. The interface
is completely synchronous and has less overhead than just using theReceiver
, besides
leading to clearer code. - Documented some undocumented items.
- Upgraded dependencies and reduced the total number of them.