-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Comments
@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. |
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 |
As far as I know, es6 thenables don't provide any tools for that. Other promise libs are way too bloated to use. |
@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. |
Please add promise support
The text was updated successfully, but these errors were encountered: