npm.io
0.0.5 • Published 12 years ago

nested-promise

Licence
Version
0.0.5
Deps
0
Vulns
0
Weekly
0

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

Keywords