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

Move try_fold, try_for_each, and try_for_each_concurrent to StreamExt #2342

Merged
merged 1 commit into from Apr 10, 2021

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Feb 13, 2021

Closes #2137

This PR is marked as a draft because based on #2335.
See the second commit for actual changes in this PR.

@taiki-e taiki-e added the A-stream Area: futures::stream label Feb 13, 2021
@taiki-e taiki-e added this to the futures-0.4 milestone Feb 13, 2021
@taiki-e taiki-e force-pushed the 0.4-stream-try-fold-for-each branch 2 times, most recently from 36e93ad to 176c0be Compare February 13, 2021 20:52
@taiki-e taiki-e marked this pull request as ready for review February 26, 2021 02:53
@taiki-e taiki-e force-pushed the 0.4-stream-try-fold-for-each branch 2 times, most recently from b097349 to 5817ede Compare February 26, 2021 02:58
@taiki-e taiki-e requested a review from Nemo157 February 26, 2021 03:02
@taiki-e taiki-e force-pushed the 0.4-stream-try-fold-for-each branch from b9d507d to 64d43e2 Compare April 10, 2021 05:17
@taiki-e taiki-e changed the title 0.4: Move try_fold, try_for_each, and try_for_each_concurrent to StreamExt Move try_fold, try_for_each, and try_for_each_concurrent to StreamExt Apr 10, 2021
@taiki-e taiki-e merged commit c90f68d into rust-lang:master Apr 10, 2021
@taiki-e taiki-e deleted the 0.4-stream-try-fold-for-each branch April 10, 2021 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stream Area: futures::stream
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement try_fold, try_for_each on all Streams instead.
1 participant