|
|
|
|
|
by chrisohara
4689 days ago
|
|
Why not use harmony generators? Generators are provided by V8, don't require an external fibers extension (i.e. hack), and will be available in the next node stable via `node --harmony-generators`. Here's an example for those interested: https://github.com/visionmedia/co |
|