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 ReaderStream #2714

Merged
merged 7 commits into from
Aug 23, 2020
Merged

Add ReaderStream #2714

merged 7 commits into from
Aug 23, 2020

Conversation

MikailBag
Copy link
Contributor

Motivation

Closes #2705

Solution

@Darksonn Darksonn added A-tokio Area: The main tokio crate C-enhancement Category: A PR with an enhancement or bugfix. M-io Module: tokio/io M-stream Module: tokio/stream labels Jul 29, 2020
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
tokio/src/io/util/reader_stream.rs Outdated Show resolved Hide resolved
@Darksonn
Copy link
Contributor

Sorry for the delay. I've been figuring out how to integrate it with the whole v0.3 thing. Can I ask you to change this PR to point at the v0.2.x branch, and open another PR that adds this type into the tokio-util crate along with moving stream_reader to tokio-util as well?

@Darksonn Darksonn changed the base branch from master to v0.2.x August 23, 2020 15:46
@Darksonn Darksonn merged commit 30d4ec0 into tokio-rs:v0.2.x Aug 23, 2020
Darksonn pushed a commit that referenced this pull request Aug 23, 2020
@Darksonn Darksonn mentioned this pull request Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-enhancement Category: A PR with an enhancement or bugfix. M-io Module: tokio/io M-stream Module: tokio/stream
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add opposite of stream_reader
2 participants