-
Notifications
You must be signed in to change notification settings - Fork 6
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
New async io interfaces #9
Conversation
cargo fmt check failed |
I requested source code comments stating, why the // SAFETY: the following unsafe section is safe, because .... |
I understand now. |
Just checking if there's anything else I need to do to get this merged? Happy to get started on it ASAP :) |
Maybe rebase on the current master and squash some commits |
…ocket This allows callers of uds_windows to potentially avoid having to use the Raw types and traits. This also allows the use of uds_windows with upcoming changes to async-io to use AsFd. Get compiling from old PR; add AsSocket for UnixStream Cargo format
a223023
to
85e95bc
Compare
Done! |
Thanks! |
released |
A fix-up of #8
I understand you requested safety comments, however, it appears that safety comments are being generated for parts of the code unchanged by this PR.