-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement Read::read_exact
#40
Comments
Hi @ethe , for |
Yes, I think so, |
Thanks @ethe . Is |
Sure, I would love to. |
I open a PR for the basic default implementation of read_exact: #51, but this PR is still valid and needs to be continue:
|
RE: specific Read implementations RE: ReadDyn support |
Yes, I think so
in #51 , I just implemented read_exact for |
Ah okay, got it. So it's DynRead not ReadDyn 👍 |
In the current, Read trait does not have
read_exact
method, it should be supported like https://docs.rs/monoio/latest/monoio/io/trait.AsyncReadRentExt.html#tymethod.read_exactThe text was updated successfully, but these errors were encountered: