-
Notifications
You must be signed in to change notification settings - Fork 90
Closed as not planned
Description
We need an async form of the Read and Write traits.
There are multiple versions of this in the ecosystem:
futures: AsyncRead, AsyncWrite
tokio: AsyncRead, AsyncWrite
async_std: Read, Write
Relevant design decisions:
- How to handle
ReadBuf
(Tracking Issue for RFC 2930 (read-buf) rust#78485), should we include a method without it likeRead
has - Whether to include vectored I/O
jbr, xpepermint, benkay86, jonhoo, Roba1993 and 16 more
Metadata
Metadata
Assignees
Labels
No labels