asyncgen

1.0.8 • Public • Published

asyncgen

A support library for using es6 generators for asynchronous computations. This requires node >=0.11.2 and the --harmony flag enabled.

Installing

# git clone git@github.com:brosenan/asyncgen.git
# cd asyncgen
# npm install
# npm test

Or allternatively,

# npm install --save asyncgen
# cd node_modules/asyncgen
# npm test

Be sure you are using a compatible node version. For example: # nvm use 0.11

What gives?

See the spec.

Acknowledgement

This module is based on examples by strongloop. See this blog.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.8
    2
    • latest

Version History

Package Sidebar

Install

npm i asyncgen

Weekly Downloads

10

Version

1.0.8

License

MIT

Last publish

Collaborators

  • brosenan