continuable-series

1.2.0 • Public • Published

continuable-series

given an array of continuables return a continuable that executes them in series.

travis

testling

see continuable

Example

series([
  continuable1,
  continuable2,
  continuable3,
]) (function (err, lastValue) {
  //...
})
 

Passing in a callback as second argument

series also works as a "normal" async function

series([
  continuable1,
  continuable2,
  continuable3,
], function (err, lastValue) {
  //...
})

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    152
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    152
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i continuable-series

Weekly Downloads

152

Version

1.2.0

License

MIT

Last publish

Collaborators

  • dominictarr