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

Readme

Keywords

none

Package Sidebar

Install

npm i ncallbacks

Weekly Downloads

27

Version

1.1.0

License

none

Last publish

Collaborators

  • alunny