nested-promise

0.0.5 • Public • Published

nested-promise

Stability - 2 Unstable

Promise pattern to handle multiple nested tasks

Usage

    var TaskHandler = promise.TaskHandler;
    var options = {
        task: tasks,
        asyncop: asyncop,
        cbtaskcomplete: taskcomplete,
        cbend: end
    };
    var th = new TaskHandler();
    th.init(options);

Package Sidebar

Install

npm i nested-promise

Weekly Downloads

4

Version

0.0.5

License

none

Last publish

Collaborators

  • willmark