modern-async v1.0.3 Release Notes
-
- ๐ Performance improvements. Notably the
Queue
class 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 useQueue
. This change can produce minor behavior changes but is not considered a breaking change. - ๐ Improved tests.
- ๐ Performance improvements. Notably the