-
Notifications
You must be signed in to change notification settings - Fork 735
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
Support for peek/peek_from for sockets (unix_socket_peek) #1418
Comments
This would be fine, but currently the API in standard library is unstable I see. Currently Mio wraps the std lib types, which could be a bit challenging. We don't really have a good story for additional API added after our minimum rust version, e.g. also see #977. Why we could introduce an "unstable" feature flag or something for this, any ideas? |
It's fine to introduce those methods when they become stable. so, close the issue now. |
Let's keep the issue open so we can track it. |
This depends on rust-lang/rust#76923. |
missing peek/peek_from in UnixDatagram, which exist in standard library. I'm willing to fire a PR for this.
The text was updated successfully, but these errors were encountered: