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