-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
IO traits in v0.3 #2692
Comments
I believe the questions that must be answered by 0.3 have been.
|
We can close this I think. |
Where is this now? I cannot find a |
We have |
Please forgive my ignorance, I don't know how to vectored reads in a forwards-compatible way.
|
By "forwards-compatible" I mean that it can be added to Tokio in the future. Tokio doesn't come with helpers for it, but |
I am opening this issue to have a place to keep track of our plans for the
AsyncRead
/AsyncWrite
traits in v0.3. Some questions to address:Related dicussions:
AsyncBufRead
Possibly refactor AsyncBufRead #2428Old discussions: #1271, #1272, #1297, #1551
The text was updated successfully, but these errors were encountered: