1.0.3
- Performance improvements. Notably the
Queueclass will now avoid calling thedelay()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.