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

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