Skip to content

stabilize future::{join,try_join} #324

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

Merged
merged 1 commit into from
Oct 14, 2019
Merged

Conversation

yoshuawuyts
Copy link
Contributor

Stabilizes future::{join,try_join} as they've been working out quite well for folks it seems and the design seems stable.

This PR does not stabilize future::{select, try_select} as the path forward here seems less clear. In particular: these macros do not require output polymorphism but solely exist as a macro to match the feel of join and try_join. I think there's arguments for both; and possibly we should have both. But for now I'd like to punt that question, and focus on join and try_join!

Thanks!

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
@yoshuawuyts yoshuawuyts added the enhancement New feature or request label Oct 13, 2019
@yoshuawuyts yoshuawuyts added this to the 0.99.10 milestone Oct 13, 2019
@yoshuawuyts yoshuawuyts merged commit 5f52efe into master Oct 14, 2019
@yoshuawuyts yoshuawuyts deleted the stabilize-future-join branch October 14, 2019 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant