1.0.1 • Published 8 years ago

co-series-bluebird v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

co-series-bluebird.js

Run in series with co and bluebird

Current status

NPM version Build Status Dependency Status Dev dependency Status Coverage Status

Usage

This small module shims an asynchronous function to ensure it queues each execution after the the previous execution is complete.

Exactly the same as co-series but using bluebird rather than native JS promises.

Please see documentation for co-series for more details.

Tests

Run npm run build first, then npm test to run the tests. Use npm run cover to check coverage.

Changelog

See changelog.md

Issues

If you discover a bug, please raise an issue on Github. https://github.com/overlookmotel/co-series-bluebird/issues

Contribution

Pull requests are very welcome. Please:

  • ensure all tests pass before submitting PR
  • add an entry to changelog
  • add tests for new features
  • document new functionality/API additions in README