each-series / 1.0.0 last updated 2 years ago created on Mar 14th 2014
Install
npm install --save each-series
Clone
git clone git@github.com:sorribas/each-series.git
dependencies
No dependencies listed.
maintainers
sorribas
versions
| 1.0.0 | 2 years ago | sorribas |
| 0.2.0 | 2 years ago | sorribas |
| 0.1.0 | 2 years ago | sorribas |
readme
each-series
Asynchronously iterate an array as a series. Similar to async.eachSeries, but as a small module.
Installation
Install through npm
Example
The module is only one function
The callback is optional.
Error handling
If an error is passed to the done function passed to the iterator, iteration will be stopped and the callback
will be invoked with the error.
License
MIT License