asyncgen
v1.0.8
Published
A support library for using es6 generators for asynchronous computations. This requires node >=0.11.2 and the --harmony flag enabled.
Downloads
3
Readme
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 [email protected]: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.