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

net: implements IntoRawFd for TcpSocket #3684

Merged
merged 1 commit into from Apr 8, 2021
Merged

net: implements IntoRawFd for TcpSocket #3684

merged 1 commit into from Apr 8, 2021

Conversation

zonyitoo
Copy link
Contributor

@zonyitoo zonyitoo commented Apr 8, 2021

Motivation

Missing trait IntoRawFd implementation for TcpSocket.

Solution

impls IntoRawFd for TcpSocket.

Copy link
Member

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@taiki-e taiki-e added A-tokio Area: The main tokio crate M-net Module: tokio/net labels Apr 8, 2021
@Darksonn Darksonn merged commit 787aca1 into tokio-rs:master Apr 8, 2021
@zonyitoo zonyitoo deleted the patch-1 branch April 8, 2021 07:32
@Darksonn Darksonn mentioned this pull request Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-net Module: tokio/net
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants