Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davibe/q-genrun
Q.js based function that turns generators into promises
https://github.com/davibe/q-genrun
Last synced: about 1 month ago
JSON representation
Q.js based function that turns generators into promises
- Host: GitHub
- URL: https://github.com/davibe/q-genrun
- Owner: davibe
- Created: 2016-06-03T06:12:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T06:23:55.000Z (over 8 years ago)
- Last Synced: 2024-10-13T17:55:59.334Z (3 months ago)
- Language: CoffeeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
README
------A `genrun` function that turns a generator into a Q.js promise.
Install
npm install q-genrun
..in your script
genrun = require 'q-genrun'
Please, have a look at [src/index.litcoffee](src/index.litcoffee).