-
Notifications
You must be signed in to change notification settings - Fork 394
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
Join promises w/o regard to failure #141
Comments
i think everyone's converging on |
Very cool. Any timeline for this? On Apr 24, 2013, at 6:37 PM, Leon Sorokin [email protected] wrote:
|
See #119. This is likely to be in 2.1.0. I'll try to get it into dev asap, so people can try it out. If you have some specific use case in mind, I'd love to hear them, as that may help to validate our approach. Thanks! |
I'm gonna go ahead and close this issue in favor of tracking it via the pre-existing #119. Please post any feedback there. Thanks! |
And the docs just landed in dev as well. Feedback is appreciated! |
I don't believe there is currently a way to join multiple promises without regard to failure. In other words, return a result array where the indexed values are either a failure message or success value.
The text was updated successfully, but these errors were encountered: