README
async.js
subset of async.js.
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
eacheachSeriesmapmapSeries
Control Flow
parallelseries
install
npm install async.js
use
you can use this module with browserify or use the global versions with async exposed:
- 4.9kb async.js
- 2.9kb async.min.js
There is even a smaller subset if needed with browserify:
var async = require('async.js/parallel');
which contains:
eachmapparallel
and
var async = require('async.js/series');
which contains:
eachSeriesmapSeriesseries
for further documentation, please read the original readme