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

/ncallbacks/

    Package Sidebar

    Install

    npm i ncallbacks

    Weekly Downloads

    37

    Version

    1.1.0

    License

    none

    Last publish

    Collaborators

    • alunny