zoro.js
Getting Started
$ npm install zoro
Usage
zoro ;
case of express app
var zoro = ; exports{ var id = reqparamsid; zoro ;};
Feature
zoro.waterfall()
has about the same function as async.waterfall()zoro.series()
has about the same function as async.series()zoro.parallel()
has about the same function as async.parallel()zoro.done()
defines a callback function when all async functions successzoro.fail()
defines a callback function when any async functions errorzoro.always()
defines a callback function when all async functions finishzoro.bind()
changes context of async functions