in-order

0.1.1 • Public • Published

in-order

Asynchronously operate over an array in order

Example

var serial = require("in-order")
 
serial([1, 2, 3], function (item, callback) {
    console.log(item)
    setTimeout(callback, 1000)
}, function (err) {
    console.log("all done")
})

Installation

npm install in-order

Contributors

  • Raynos

MIT Licenced

Readme

Keywords

none

Package Sidebar

Install

npm i in-order

Weekly Downloads

4

Version

0.1.1

License

none

Last publish

Collaborators

  • raynos
  • robertjd