Skip to content

adds stream::chain combinator #233

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

Merged
merged 1 commit into from
Sep 22, 2019
Merged

adds stream::chain combinator #233

merged 1 commit into from
Sep 22, 2019

Conversation

montekki
Copy link
Member

Adds a Chain combinator and Introduces some changes to Fuse so it's usable in this case, but those need a closer look.


Ref: #129
Stdlib: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.chain

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! :)

@ghost
Copy link

ghost commented Sep 22, 2019

bors r+

bors bot added a commit that referenced this pull request Sep 22, 2019
233: adds stream::chain combinator r=stjepang a=montekki

Adds a `Chain` combinator and Introduces some changes to `Fuse` so it's usable in this case, but those need a closer look. 

---
Ref: #129 
Stdlib: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.chain

Co-authored-by: Fedor Sakharov <fedor.sakharov@gmail.com>
@bors
Copy link
Contributor

bors bot commented Sep 22, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit 2a2a473 into async-rs:master Sep 22, 2019
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.

1 participant