-
Notifications
You must be signed in to change notification settings - Fork 633
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
Stream::flatten_unordered
would be nice
#1781
Comments
Triage: I've seen a number of manual impls of this using |
Would this be equivalent to async-std's |
No-- this would flatten a stream of streams, rather than just combining two streams. |
OK that makes sense but conceptually this is "take a stream of streams and flatten them into a stream that produces items from any of those streams as they become available", right? If so that's effectively what I was asking for in this async-std issue. |
Yes, that's what I'm describing. |
No description provided.
The text was updated successfully, but these errors were encountered: