root e2ef550dc3 update 3 years ago
..
dist e2ef550dc3 update 3 years ago
internal e2ef550dc3 update 3 years ago
CHANGELOG.md e2ef550dc3 update 3 years ago
LICENSE e2ef550dc3 update 3 years ago
README.md e2ef550dc3 update 3 years ago
all.js e2ef550dc3 update 3 years ago
allLimit.js e2ef550dc3 update 3 years ago
allSeries.js e2ef550dc3 update 3 years ago
any.js e2ef550dc3 update 3 years ago
anyLimit.js e2ef550dc3 update 3 years ago
anySeries.js e2ef550dc3 update 3 years ago
apply.js e2ef550dc3 update 3 years ago
applyEach.js e2ef550dc3 update 3 years ago
applyEachSeries.js e2ef550dc3 update 3 years ago
asyncify.js e2ef550dc3 update 3 years ago
auto.js e2ef550dc3 update 3 years ago
autoInject.js e2ef550dc3 update 3 years ago
bower.json e2ef550dc3 update 3 years ago
cargo.js e2ef550dc3 update 3 years ago
compose.js e2ef550dc3 update 3 years ago
concat.js e2ef550dc3 update 3 years ago
concatLimit.js e2ef550dc3 update 3 years ago
concatSeries.js e2ef550dc3 update 3 years ago
constant.js e2ef550dc3 update 3 years ago
detect.js e2ef550dc3 update 3 years ago
detectLimit.js e2ef550dc3 update 3 years ago
detectSeries.js e2ef550dc3 update 3 years ago
dir.js e2ef550dc3 update 3 years ago
doDuring.js e2ef550dc3 update 3 years ago
doUntil.js e2ef550dc3 update 3 years ago
doWhilst.js e2ef550dc3 update 3 years ago
during.js e2ef550dc3 update 3 years ago
each.js e2ef550dc3 update 3 years ago
eachLimit.js e2ef550dc3 update 3 years ago
eachOf.js e2ef550dc3 update 3 years ago
eachOfLimit.js e2ef550dc3 update 3 years ago
eachOfSeries.js e2ef550dc3 update 3 years ago
eachSeries.js e2ef550dc3 update 3 years ago
ensureAsync.js e2ef550dc3 update 3 years ago
every.js e2ef550dc3 update 3 years ago
everyLimit.js e2ef550dc3 update 3 years ago
everySeries.js e2ef550dc3 update 3 years ago
filter.js e2ef550dc3 update 3 years ago
filterLimit.js e2ef550dc3 update 3 years ago
filterSeries.js e2ef550dc3 update 3 years ago
find.js e2ef550dc3 update 3 years ago
findLimit.js e2ef550dc3 update 3 years ago
findSeries.js e2ef550dc3 update 3 years ago
foldl.js e2ef550dc3 update 3 years ago
foldr.js e2ef550dc3 update 3 years ago
forEach.js e2ef550dc3 update 3 years ago
forEachLimit.js e2ef550dc3 update 3 years ago
forEachOf.js e2ef550dc3 update 3 years ago
forEachOfLimit.js e2ef550dc3 update 3 years ago
forEachOfSeries.js e2ef550dc3 update 3 years ago
forEachSeries.js e2ef550dc3 update 3 years ago
forever.js e2ef550dc3 update 3 years ago
groupBy.js e2ef550dc3 update 3 years ago
groupByLimit.js e2ef550dc3 update 3 years ago
groupBySeries.js e2ef550dc3 update 3 years ago
index.js e2ef550dc3 update 3 years ago
inject.js e2ef550dc3 update 3 years ago
log.js e2ef550dc3 update 3 years ago
map.js e2ef550dc3 update 3 years ago
mapLimit.js e2ef550dc3 update 3 years ago
mapSeries.js e2ef550dc3 update 3 years ago
mapValues.js e2ef550dc3 update 3 years ago
mapValuesLimit.js e2ef550dc3 update 3 years ago
mapValuesSeries.js e2ef550dc3 update 3 years ago
memoize.js e2ef550dc3 update 3 years ago
nextTick.js e2ef550dc3 update 3 years ago
package.json e2ef550dc3 update 3 years ago
parallel.js e2ef550dc3 update 3 years ago
parallelLimit.js e2ef550dc3 update 3 years ago
priorityQueue.js e2ef550dc3 update 3 years ago
queue.js e2ef550dc3 update 3 years ago
race.js e2ef550dc3 update 3 years ago
reduce.js e2ef550dc3 update 3 years ago
reduceRight.js e2ef550dc3 update 3 years ago
reflect.js e2ef550dc3 update 3 years ago
reflectAll.js e2ef550dc3 update 3 years ago
reject.js e2ef550dc3 update 3 years ago
rejectLimit.js e2ef550dc3 update 3 years ago
rejectSeries.js e2ef550dc3 update 3 years ago
retry.js e2ef550dc3 update 3 years ago
retryable.js e2ef550dc3 update 3 years ago
select.js e2ef550dc3 update 3 years ago
selectLimit.js e2ef550dc3 update 3 years ago
selectSeries.js e2ef550dc3 update 3 years ago
seq.js e2ef550dc3 update 3 years ago
series.js e2ef550dc3 update 3 years ago
setImmediate.js e2ef550dc3 update 3 years ago
some.js e2ef550dc3 update 3 years ago
someLimit.js e2ef550dc3 update 3 years ago
someSeries.js e2ef550dc3 update 3 years ago
sortBy.js e2ef550dc3 update 3 years ago
timeout.js e2ef550dc3 update 3 years ago
times.js e2ef550dc3 update 3 years ago
timesLimit.js e2ef550dc3 update 3 years ago
timesSeries.js e2ef550dc3 update 3 years ago
transform.js e2ef550dc3 update 3 years ago
tryEach.js e2ef550dc3 update 3 years ago
unmemoize.js e2ef550dc3 update 3 years ago
until.js e2ef550dc3 update 3 years ago
waterfall.js e2ef550dc3 update 3 years ago
whilst.js e2ef550dc3 update 3 years ago
wrapSync.js e2ef550dc3 update 3 years ago

README.md

Async Logo

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

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.

This version of the package is optimized for the Node.js environment. If you use Async with webpack, install async-es instead.

For Documentation, visit https://caolan.github.io/async/

For Async v1.5.x documentation, go HERE

// for use with Node-style callbacks...
var async = require("async");

var obj = {dev: "/dev.json", test: "/test.json", prod: "/prod.json"};
var configs = {};

async.forEachOf(obj, (value, key, callback) => {
    fs.readFile(__dirname + value, "utf8", (err, data) => {
        if (err) return callback(err);
        try {
            configs[key] = JSON.parse(data);
        } catch (e) {
            return callback(e);
        }
        callback();
    });
}, err => {
    if (err) console.error(err.message);
    // configs is now a map of JSON data
    doSomethingWith(configs);
});
var async = require("async");

// ...or ES2017 async functions
async.mapLimit(urls, 5, async function(url) {
    const response = await fetch(url)
    return response.body
}, (err, results) => {
    if (err) throw err
    // results is now an array of the response bodies
    console.log(results)
})