Skip to content

mvayngrib/q-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

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

About

execute tasks (that may return q promises) in series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published