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

Join promises w/o regard to failure #141

Closed
dubiousdavid opened this issue Apr 24, 2013 · 5 comments
Closed

Join promises w/o regard to failure #141

dubiousdavid opened this issue Apr 24, 2013 · 5 comments

Comments

@dubiousdavid
Copy link

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.

@leeoniya
Copy link

i think everyone's converging on .allSettled or .settle

#119 (comment)
kriskowal/q#257

@dubiousdavid
Copy link
Author

Very cool. Any timeline for this?

On Apr 24, 2013, at 6:37 PM, Leon Sorokin [email protected] wrote:

i think everyone's converging on .allSettled or .settle

#119
kriskowal/q#257


Reply to this email directly or view it on GitHub.

@briancavalier
Copy link
Member

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!

briancavalier added a commit that referenced this issue Apr 25, 2013
@briancavalier
Copy link
Member

when.settle landed in dev. Please try it out!

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!

@briancavalier
Copy link
Member

And the docs just landed in dev as well. Feedback is appreciated!

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

3 participants