You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Huntington e1ab8f0264
in another repo
8 years ago
..
dist in another repo 8 years ago
internal in another repo 8 years ago
CHANGELOG.md in another repo 8 years ago
LICENSE in another repo 8 years ago
README.md in another repo 8 years ago
apply.js in another repo 8 years ago
applyEach.js in another repo 8 years ago
applyEachSeries.js in another repo 8 years ago
asyncify.js in another repo 8 years ago
auto.js in another repo 8 years ago
autoInject.js in another repo 8 years ago
bower.json in another repo 8 years ago
cargo.js in another repo 8 years ago
compose.js in another repo 8 years ago
concat.js in another repo 8 years ago
concatSeries.js in another repo 8 years ago
constant.js in another repo 8 years ago
detect.js in another repo 8 years ago
detectLimit.js in another repo 8 years ago
detectSeries.js in another repo 8 years ago
dir.js in another repo 8 years ago
doDuring.js in another repo 8 years ago
doUntil.js in another repo 8 years ago
doWhilst.js in another repo 8 years ago
during.js in another repo 8 years ago
each.js in another repo 8 years ago
eachLimit.js in another repo 8 years ago
eachOf.js in another repo 8 years ago
eachOfLimit.js in another repo 8 years ago
eachOfSeries.js in another repo 8 years ago
eachSeries.js in another repo 8 years ago
ensureAsync.js in another repo 8 years ago
every.js in another repo 8 years ago
everyLimit.js in another repo 8 years ago
everySeries.js in another repo 8 years ago
filter.js in another repo 8 years ago
filterLimit.js in another repo 8 years ago
filterSeries.js in another repo 8 years ago
forever.js in another repo 8 years ago
index.js in another repo 8 years ago
log.js in another repo 8 years ago
map.js in another repo 8 years ago
mapLimit.js in another repo 8 years ago
mapSeries.js in another repo 8 years ago
mapValues.js in another repo 8 years ago
mapValuesLimit.js in another repo 8 years ago
mapValuesSeries.js in another repo 8 years ago
memoize.js in another repo 8 years ago
nextTick.js in another repo 8 years ago
package.json in another repo 8 years ago
parallel.js in another repo 8 years ago
parallelLimit.js in another repo 8 years ago
priorityQueue.js in another repo 8 years ago
queue.js in another repo 8 years ago
race.js in another repo 8 years ago
reduce.js in another repo 8 years ago
reduceRight.js in another repo 8 years ago
reflect.js in another repo 8 years ago
reflectAll.js in another repo 8 years ago
reject.js in another repo 8 years ago
rejectLimit.js in another repo 8 years ago
rejectSeries.js in another repo 8 years ago
retry.js in another repo 8 years ago
retryable.js in another repo 8 years ago
seq.js in another repo 8 years ago
series.js in another repo 8 years ago
setImmediate.js in another repo 8 years ago
some.js in another repo 8 years ago
someLimit.js in another repo 8 years ago
someSeries.js in another repo 8 years ago
sortBy.js in another repo 8 years ago
timeout.js in another repo 8 years ago
times.js in another repo 8 years ago
timesLimit.js in another repo 8 years ago
timesSeries.js in another repo 8 years ago
transform.js in another repo 8 years ago
unmemoize.js in another repo 8 years ago
until.js in another repo 8 years ago
waterfall.js in another repo 8 years ago
whilst.js in another repo 8 years ago

README.md

Async Logo

Build Status via Travis CI NPM version Coverage Status Join the chat at https://gitter.im/caolan/async

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