洪海涛 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