npm install forAsync
git clone [email protected]:InspiredJW/forAsync.git
======================================================
var forAsync = require('forAsync');
up( 0, 10, 1, function(i) {
// Do something
}, function() {
// callback
});
down( 10, 1, 2, function(i) {
// Do something
}, function() {
// callback
});
forEach( Array, function(k, v) {
// Do something
}, function() {
// callback
});