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

Use std::io::IoSlice[Mut] on AsyncRead/AsyncWrite take2 #1533

Merged
merged 1 commit into from
May 2, 2019

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Apr 18, 2019

This replaces #1476.

iovec feature already in the FCP, so I think it's good to wait until it's stable.
Stabilized in rust-lang/rust#60334.

Also, this renames poll_vectored_* to poll_*_vectored to make it in the same order as std.

Closes #1455

@taiki-e taiki-e force-pushed the iovec2 branch 2 times, most recently from e9e69c4 to dfbd3c9 Compare April 25, 2019 11:59
@taiki-e taiki-e changed the title [WIP] Use std IoVec on AsyncRead/AsyncWrite take2 Use std::io::IoSlice[Mut] on AsyncRead/AsyncWrite take2 Apr 30, 2019
Also, this renames `poll_vectored_*` to `poll_*_vectored` to make it in
the same order as std.
@taiki-e taiki-e marked this pull request as ready for review April 30, 2019 03:06
@taiki-e
Copy link
Member Author

taiki-e commented Apr 30, 2019

rust-lang/rust#60334 merged and nightly-2019-04-30 released! 🎉

@taiki-e taiki-e mentioned this pull request Apr 30, 2019
@cramertj cramertj merged commit aaa1efc into rust-lang:master May 2, 2019
@cramertj
Copy link
Member

cramertj commented May 2, 2019

woot! so excited about this :)

@taiki-e taiki-e deleted the iovec2 branch May 3, 2019 00:41
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.

Use std IoVec types in AsyncRead and AsyncWrite
2 participants