async-magic
Advanced tools
Changelog
1.5.0 ###
failOnError
to series
executorChangelog
1.3.0 ###
eslint:recommended
and eslint-config-aenondynamics
sleep
testcaseChangelog
1.2.0 ###
.wait
function as alias of Promise.all.PromiseResolver
to queue a promised function with given arguments for execution.parallel
function to execute multiple PromiseResolver
in parallel with given task limit.series
function to execute multiple PromiseResolver
in series.sleep
function to intercept the current function execution by n miliseconds asynchronous