Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

promise support #439

Closed
khomyakov42 opened this issue Feb 4, 2014 · 4 comments
Closed

promise support #439

khomyakov42 opened this issue Feb 4, 2014 · 4 comments

Comments

@khomyakov42
Copy link

Please add promise support

@ColemanGariety
Copy link

@glasscube42 as I understand it, async is a more nodejs-as-it-is way of avoiding callback hell. If you want to use promises, use promises. The feature overlap is nearly 100%, I could be wrong.

@caolan
Copy link
Owner

caolan commented Feb 5, 2014

This is not on the roadmap. Most promise libs provide some tools for orchestrating async tasks, though you might want to check out some of the forks which add promise support, such as https://npmjs.org/package/q-async

@caolan caolan closed this as completed Feb 5, 2014
@rlidwka
Copy link

rlidwka commented Feb 7, 2014

Most promise libs provide some tools for orchestrating async tasks

As far as I know, es6 thenables don't provide any tools for that. Other promise libs are way too bloated to use.

@caolan
Copy link
Owner

caolan commented Feb 7, 2014

@rlidwka I'm not entirely dismissing the idea, just saying I have no plans to implement it right now. As I said, you might find the promise-based forks of async useful in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants