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

io: remaining AsyncRead / ReadBuf items #2769

Closed
1 of 4 tasks
carllerche opened this issue Aug 14, 2020 · 0 comments · Fixed by #2945
Closed
1 of 4 tasks

io: remaining AsyncRead / ReadBuf items #2769

carllerche opened this issue Aug 14, 2020 · 0 comments · Fixed by #2945
Labels
A-tokio Area: The main tokio crate M-io Module: tokio/io
Milestone

Comments

@carllerche
Copy link
Member

carllerche commented Aug 14, 2020

Refs: #2758, #2716

@carllerche carllerche added A-tokio Area: The main tokio crate M-io Module: tokio/io labels Aug 14, 2020
@carllerche carllerche added this to the v0.3 milestone Aug 14, 2020
@seanmonstar seanmonstar changed the title io: remaining AsyncRead / AsyncWrite / ReadBuf items io: remaining AsyncRead / ReadBuf items Sep 23, 2020
LucioFranco added a commit that referenced this issue Oct 12, 2020
This changes `ReadBuf::add_filled` to `ReadBuf::advance` and
`ReadBuf::append` to `ReadBuf::put_slice`. This is just a
mechanical change.

Closes #2769
LucioFranco added a commit that referenced this issue Oct 12, 2020
This changes `ReadBuf::add_filled` to `ReadBuf::advance` and
`ReadBuf::append` to `ReadBuf::put_slice`. This is just a
mechanical change.

Closes #2769
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 M-io Module: tokio/io
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants