async.js

0.9.5 • Public • Published

async.js

subset of async.js.

browser support

why?

because async.js is awesome and fool proof.

most of the time we only use very little of what async offers.

therefore we extracted only these functions and bundled them together.

development file size: 4kb instead of 29.6kb

what is included?

Collections

  • each
  • eachSeries
  • map
  • mapSeries

Control Flow

  • parallel
  • series

install

npm install async.js

use

you can use this module with browserify or use the global versions with async exposed:

There is even a smaller subset if needed with browserify:

var async = require('async.js/parallel'); which contains:

  • each
  • map
  • parallel

and

var async = require('async.js/series'); which contains:

  • eachSeries
  • mapSeries
  • series

for further documentation, please read the original readme

Package Sidebar

Install

npm i async.js

Weekly Downloads

181

Version

0.9.5

License

MIT

Last publish

Collaborators

  • andineck