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

README.md

Async Logo

Build Status via Travis CI NPM version Coverage Status libhive - Open source examples

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 https://caolan.github.io/async/

For Async v1.5.x documentation, go HERE