Skip to content

v0.6.2

Compare
Choose a tag to compare
@tokahuke tokahuke released this 15 May 20:23
· 23 commits to master since this release
  • 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 the Receiver, besides
    leading to clearer code.
  • Documented some undocumented items.
  • Upgraded dependencies and reduced the total number of them.