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

Add TryStreamExt::try_{any,all} to mirror StreamExt::{any,all} #2771

Closed
nightkr opened this issue Aug 31, 2023 · 0 comments · Fixed by #2783
Closed

Add TryStreamExt::try_{any,all} to mirror StreamExt::{any,all} #2771

nightkr opened this issue Aug 31, 2023 · 0 comments · Fixed by #2783
Labels
A-stream Area: futures::stream C-feature-request

Comments

@nightkr
Copy link

nightkr commented Aug 31, 2023

There's no nice way to build this with the current combinators, without either buffering the whole stream (try_collect()) and relying on Iterator::{any,all}, or ignoring errors and using StreamExt::{any,all}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stream Area: futures::stream C-feature-request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants