We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tracking misc smaller improvements to tokio-tcp.
tokio-tcp
This issue is to be closed once there are no remaining breaking changes to make or remaining breaking changes are tracked in separate issues.
HUP
RDHUP
split
split_mut
split (and current
->
The text was updated successfully, but these errors were encountered:
tcp: add ascyc fn TcpListener::accept (#1242)
ascyc fn TcpListener::accept
3e898f5
Refs: #1209
net: rewrite TcpStream::connect with async fn
852db79
This also removes `TcpStream::connect_std` as the conversion functions from `std` need to be rethought. A note tracking this has been added to #1209.
net: rewrite TcpStream::connect with async fn (#1497)
08099bb
No branches or pull requests
Tracking misc smaller improvements to
tokio-tcp
.This issue is to be closed once there are no remaining breaking changes to make or remaining breaking changes are tracked in separate issues.
Features
HUP
andRDHUP
(tokio_tcp::TcpStream::poll_read_ready fails to detect HUP #1182).Polish
split
(TcpSocket specialized split #1217) bikeshed name & mod layout.split_mut
(Implement "split_mut" for TcpStream #1289) bikeshed name & mod layout.split_mut
->split (and current
split->
into_split`?).Testing
The text was updated successfully, but these errors were encountered: