tree: bb181b7336aae6c7bfad37988d185b5c45152f9f [path history] [tgz]
  1. ncallbacks.js
  2. package.json
  3. README.md
blackberry10/node_modules/plugman/node_modules/ncallbacks/README.md

nCallbacks

function that executes n times

This is a stupid flow control library. Here's how you can use it.

var end = nCallbacks(3, function (err, whatever) {
    console.log('done now');
});

firstAsynchronousThing(end);
secondAsynchronousThing(end);
thirdAsynchronousThing(end);

LICENSE

I don't care