urbanu619 e168f54beb first commit il y a 1 an
..
dist e168f54beb first commit il y a 1 an
internal e168f54beb first commit il y a 1 an
CHANGELOG.md e168f54beb first commit il y a 1 an
LICENSE e168f54beb first commit il y a 1 an
README.md e168f54beb first commit il y a 1 an
apply.js e168f54beb first commit il y a 1 an
applyEach.js e168f54beb first commit il y a 1 an
applyEachSeries.js e168f54beb first commit il y a 1 an
asyncify.js e168f54beb first commit il y a 1 an
auto.js e168f54beb first commit il y a 1 an
autoInject.js e168f54beb first commit il y a 1 an
bower.json e168f54beb first commit il y a 1 an
cargo.js e168f54beb first commit il y a 1 an
compose.js e168f54beb first commit il y a 1 an
concat.js e168f54beb first commit il y a 1 an
concatSeries.js e168f54beb first commit il y a 1 an
constant.js e168f54beb first commit il y a 1 an
detect.js e168f54beb first commit il y a 1 an
detectLimit.js e168f54beb first commit il y a 1 an
detectSeries.js e168f54beb first commit il y a 1 an
dir.js e168f54beb first commit il y a 1 an
doDuring.js e168f54beb first commit il y a 1 an
doUntil.js e168f54beb first commit il y a 1 an
doWhilst.js e168f54beb first commit il y a 1 an
during.js e168f54beb first commit il y a 1 an
each.js e168f54beb first commit il y a 1 an
eachLimit.js e168f54beb first commit il y a 1 an
eachOf.js e168f54beb first commit il y a 1 an
eachOfLimit.js e168f54beb first commit il y a 1 an
eachOfSeries.js e168f54beb first commit il y a 1 an
eachSeries.js e168f54beb first commit il y a 1 an
ensureAsync.js e168f54beb first commit il y a 1 an
every.js e168f54beb first commit il y a 1 an
everyLimit.js e168f54beb first commit il y a 1 an
everySeries.js e168f54beb first commit il y a 1 an
filter.js e168f54beb first commit il y a 1 an
filterLimit.js e168f54beb first commit il y a 1 an
filterSeries.js e168f54beb first commit il y a 1 an
forever.js e168f54beb first commit il y a 1 an
index.js e168f54beb first commit il y a 1 an
log.js e168f54beb first commit il y a 1 an
map.js e168f54beb first commit il y a 1 an
mapLimit.js e168f54beb first commit il y a 1 an
mapSeries.js e168f54beb first commit il y a 1 an
mapValues.js e168f54beb first commit il y a 1 an
mapValuesLimit.js e168f54beb first commit il y a 1 an
mapValuesSeries.js e168f54beb first commit il y a 1 an
memoize.js e168f54beb first commit il y a 1 an
nextTick.js e168f54beb first commit il y a 1 an
package.json e168f54beb first commit il y a 1 an
parallel.js e168f54beb first commit il y a 1 an
parallelLimit.js e168f54beb first commit il y a 1 an
priorityQueue.js e168f54beb first commit il y a 1 an
queue.js e168f54beb first commit il y a 1 an
race.js e168f54beb first commit il y a 1 an
reduce.js e168f54beb first commit il y a 1 an
reduceRight.js e168f54beb first commit il y a 1 an
reflect.js e168f54beb first commit il y a 1 an
reflectAll.js e168f54beb first commit il y a 1 an
reject.js e168f54beb first commit il y a 1 an
rejectLimit.js e168f54beb first commit il y a 1 an
rejectSeries.js e168f54beb first commit il y a 1 an
retry.js e168f54beb first commit il y a 1 an
retryable.js e168f54beb first commit il y a 1 an
seq.js e168f54beb first commit il y a 1 an
series.js e168f54beb first commit il y a 1 an
setImmediate.js e168f54beb first commit il y a 1 an
some.js e168f54beb first commit il y a 1 an
someLimit.js e168f54beb first commit il y a 1 an
someSeries.js e168f54beb first commit il y a 1 an
sortBy.js e168f54beb first commit il y a 1 an
timeout.js e168f54beb first commit il y a 1 an
times.js e168f54beb first commit il y a 1 an
timesLimit.js e168f54beb first commit il y a 1 an
timesSeries.js e168f54beb first commit il y a 1 an
transform.js e168f54beb first commit il y a 1 an
unmemoize.js e168f54beb first commit il y a 1 an
until.js e168f54beb first commit il y a 1 an
waterfall.js e168f54beb first commit il y a 1 an
whilst.js e168f54beb first commit il y a 1 an

README.md

Async Logo

Build Status via Travis CI NPM version Coverage Status

Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with Node.js and installable via npm install --save async, it can also be used directly in the browser.

For Documentation, visit http://caolan.github.io/async/

For Async v1.5.x documentation, go HERE