Async module

suggest change

The source is available for download from GitHub. Alternatively, you can install using npm:

$ npm install –save async

As well as using Bower:

$ bower install async

Example:

var async = require("async");
async.parallel([
    function(callback) { ... },
    function(callback) { ... }
], function(err, results) {
    // optional callback
});

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents