0.0.5 • Published 10 years ago

nested-promise v0.0.5

Weekly downloads
23
License
-
Repository
github
Last release
10 years ago

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);