An open API service indexing awesome lists of open source software.

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

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
```