1.0.8 • Published 9 years ago

asyncgen v1.0.8

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

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.

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago