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

Implement stream combinators using async_stream_block and generators #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kpp
Copy link
Owner

@kpp kpp commented Jul 1, 2019

Closes: #5

Linked issue: rust-lang/futures-rs#1548

@kpp kpp force-pushed the stream_generators branch from bbd4fe9 to 3eaef3a Compare July 1, 2019 10:51
@coveralls
Copy link

coveralls commented Jul 1, 2019

Pull Request Test Coverage Report for Build 143

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at ?%

Files with Coverage Reduction New Missed Lines %
stream.rs 5 98.52%
Totals Coverage Status
Change from base Build 140: 0.0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls

@kpp kpp force-pushed the stream_generators branch from 3eaef3a to c338b8b Compare July 1, 2019 16:54
@kpp kpp force-pushed the stream_generators branch from c338b8b to d5c9f3c Compare July 2, 2019 07:06
@kpp kpp force-pushed the stream_generators branch 2 times, most recently from e6f29a3 to 2cc0b39 Compare July 9, 2019 16:06
@kpp kpp force-pushed the stream_generators branch 2 times, most recently from c83391a to edb0933 Compare August 2, 2019 17:38
@kpp kpp force-pushed the stream_generators branch 2 times, most recently from f9b685e to a456f01 Compare August 22, 2019 09:31
@kpp kpp force-pushed the stream_generators branch from a456f01 to 8da9a95 Compare August 29, 2019 19:12
@kpp kpp force-pushed the stream_generators branch from 8da9a95 to b8ee27d Compare October 7, 2019 20:38
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.

Reimplement stream combinators via generators
2 participants