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

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