Skip to content

1.0.3

Choose a tag to compare

@nicolas-van nicolas-van released this 09 Aug 16:08
· 205 commits to master since this release
  • Performance improvements. Notably the Queue class will now avoid calling the delay() function and will immediately trigger any
    pending task as soon as a task is finished. This change indirectly impacts most functions in this library as they internally use
    Queue. This change can produce minor behavior changes but is not considered a breaking change.
  • Improved tests.