// see tests for an example
var series = require('q-series');
var tasks = [
..task1..,
..task2..,
..task3..
];
series(tasks);
// each task in tasks will not be started until the task before it has finished (resolved)
-
Notifications
You must be signed in to change notification settings - Fork 0
execute tasks (that may return q promises) in series
License
mvayngrib/q-series
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
execute tasks (that may return q promises) in series
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published