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

stream: add StreamExt::merge #2091

Merged
merged 3 commits into from
Jan 11, 2020
Merged

stream: add StreamExt::merge #2091

merged 3 commits into from
Jan 11, 2020

Conversation

carllerche
Copy link
Member

Provides an equivalent to stream select() from futures-rs. merge
best describes the operation (vs. select). futures-rs named the
operation "select" for historical reasons and did not rename it back to
merge in 0.3. The operation is most commonly named merge else where
as well (e.g. ReactiveX).

Provides an equivalent to stream `select()` from futures-rs. `merge`
best describes the operation (vs. `select`). `futures-rs` named the
operation "select" for historical reasons and did not rename it back to
`merge` in 0.3. The operation is most commonly named `merge` else where
as well (e.g. ReactiveX).
@carllerche carllerche merged commit 0ba6e9a into master Jan 11, 2020
@carllerche carllerche deleted the stream-merge branch January 23, 2020 04:14
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.

None yet

2 participants