modern-async v1.0.3 Release Notes

    • ๐ŸŽ 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.