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_flatten #1731

Merged
merged 2 commits into from
Jul 25, 2019
Merged

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Jul 14, 2019

Closes #1730

The same as 0.1's Stream::flatten.

Refs: https://docs.rs/futures/0.1.28/futures/stream/struct.Flatten.html

@taiki-e taiki-e force-pushed the stream-try_flatten branch 2 times, most recently from 8b59a89 to c21f95c Compare July 20, 2019 08:35
@taiki-e
Copy link
Member Author

taiki-e commented Jul 25, 2019

r? @cramertj

@cramertj cramertj merged commit 0805eac into rust-lang:master Jul 25, 2019
@taiki-e taiki-e deleted the stream-try_flatten branch July 25, 2019 20:03
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

Successfully merging this pull request may close these issues.

TryStreamExt has no flatten-like method
2 participants