1.0.8 • Published 10 years ago

asyncgen v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

1.0.7

11 years ago

1.0.6

11 years ago

1.0.5

11 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago