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

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