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

RFC: I/O traits (async Read/Write) #282

Open
1 task done
Tracked by #293
tmandry opened this issue Mar 3, 2023 · 1 comment
Open
1 task done
Tracked by #293

RFC: I/O traits (async Read/Write) #282

tmandry opened this issue Mar 3, 2023 · 1 comment

Comments

@tmandry
Copy link
Member

tmandry commented Mar 3, 2023

This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28

Async versions of Read and Write.

Dependencies:

Unknowns and design questions are tracked in nrc/portable-interoperable#5.

@tmandry tmandry added the roadmap-topic Top-line goal for the roadmap label Mar 3, 2023
@tmandry tmandry added this to the Async 2024 milestone Mar 3, 2023
@tmandry tmandry changed the title Portability traits I/O traits (Read/Write) Mar 3, 2023
@tmandry tmandry changed the title I/O traits (Read/Write) RFC: I/O traits (async Read/Write) Mar 9, 2023
@tmandry tmandry removed the roadmap-topic Top-line goal for the roadmap label Mar 9, 2023
@jmjoy
Copy link

jmjoy commented Dec 30, 2023

After rust 1.75 released, trait async func is stable, AsyncRead and AsyncWrite are worth promoting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants