meteor / promise

ES6 Promise polyfill with Fiber support
MIT License
63 stars 15 forks source link

Does this library support coroutine syntax ? #7

Open deanrad opened 8 years ago

deanrad commented 8 years ago

It seems to me something like Promise.async (name TBD) should be able to run a generator function yielding promises such as what's supported by: https://www.npmjs.com/package/co