Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).