ncallbacks

1.1.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ncallbacks

      Weekly Downloads

      30

      Version

      1.1.0

      License

      none

      Last publish

      Collaborators

      • alunny