https://github.com/numtel/async-generator
Testing ES6 generators and async
https://github.com/numtel/async-generator
Last synced: 10 months ago
JSON representation
Testing ES6 generators and async
- Host: GitHub
- URL: https://github.com/numtel/async-generator
- Owner: numtel
- Created: 2015-02-22T23:34:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T00:44:52.000Z (about 11 years ago)
- Last Synced: 2025-04-09T10:42:14.811Z (about 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Generators and Promises like Fibers and Futures
Run the example with the following commands:
```
$ npm install
$ node index.js
```