-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-feature-requestCategory: A feature request.Category: A feature request.M-netModule: tokio/netModule: tokio/net
Description
The standard library has added methods for quickack
in rust-lang/rust#129121. To mirror the standard library, we should add them to Tokio as well.
We don't need to mirror the extension trait part. It is fine to add the method directly on TcpStream
.
Metadata
Metadata
Assignees
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-feature-requestCategory: A feature request.Category: A feature request.M-netModule: tokio/netModule: tokio/net