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 67558434e5
all the ham
8 years ago
..
dist all the ham 8 years ago
internal all the ham 8 years ago
CHANGELOG.md all the ham 8 years ago
LICENSE all the ham 8 years ago
README.md all the ham 8 years ago
apply.js all the ham 8 years ago
applyEach.js all the ham 8 years ago
applyEachSeries.js all the ham 8 years ago
asyncify.js all the ham 8 years ago
auto.js all the ham 8 years ago
autoInject.js all the ham 8 years ago
bower.json all the ham 8 years ago
cargo.js all the ham 8 years ago
compose.js all the ham 8 years ago
concat.js all the ham 8 years ago
concatSeries.js all the ham 8 years ago
constant.js all the ham 8 years ago
detect.js all the ham 8 years ago
detectLimit.js all the ham 8 years ago
detectSeries.js all the ham 8 years ago
dir.js all the ham 8 years ago
doDuring.js all the ham 8 years ago
doUntil.js all the ham 8 years ago
doWhilst.js all the ham 8 years ago
during.js all the ham 8 years ago
each.js all the ham 8 years ago
eachLimit.js all the ham 8 years ago
eachOf.js all the ham 8 years ago
eachOfLimit.js all the ham 8 years ago
eachOfSeries.js all the ham 8 years ago
eachSeries.js all the ham 8 years ago
ensureAsync.js all the ham 8 years ago
every.js all the ham 8 years ago
everyLimit.js all the ham 8 years ago
everySeries.js all the ham 8 years ago
filter.js all the ham 8 years ago
filterLimit.js all the ham 8 years ago
filterSeries.js all the ham 8 years ago
forever.js all the ham 8 years ago
index.js all the ham 8 years ago
log.js all the ham 8 years ago
map.js all the ham 8 years ago
mapLimit.js all the ham 8 years ago
mapSeries.js all the ham 8 years ago
mapValues.js all the ham 8 years ago
mapValuesLimit.js all the ham 8 years ago
mapValuesSeries.js all the ham 8 years ago
memoize.js all the ham 8 years ago
nextTick.js all the ham 8 years ago
package.json all the ham 8 years ago
parallel.js all the ham 8 years ago
parallelLimit.js all the ham 8 years ago
priorityQueue.js all the ham 8 years ago
queue.js all the ham 8 years ago
race.js all the ham 8 years ago
reduce.js all the ham 8 years ago
reduceRight.js all the ham 8 years ago
reflect.js all the ham 8 years ago
reflectAll.js all the ham 8 years ago
reject.js all the ham 8 years ago
rejectLimit.js all the ham 8 years ago
rejectSeries.js all the ham 8 years ago
retry.js all the ham 8 years ago
retryable.js all the ham 8 years ago
seq.js all the ham 8 years ago
series.js all the ham 8 years ago
setImmediate.js all the ham 8 years ago
some.js all the ham 8 years ago
someLimit.js all the ham 8 years ago
someSeries.js all the ham 8 years ago
sortBy.js all the ham 8 years ago
timeout.js all the ham 8 years ago
times.js all the ham 8 years ago
timesLimit.js all the ham 8 years ago
timesSeries.js all the ham 8 years ago
transform.js all the ham 8 years ago
unmemoize.js all the ham 8 years ago
until.js all the ham 8 years ago
waterfall.js all the ham 8 years ago
whilst.js all the ham 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