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

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