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
Metadata
Metadata
Assignees
Labels
No labels