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

io: recommend OwnedFd with AsyncFd #6821

Merged
merged 2 commits into from
Sep 6, 2024
Merged

io: recommend OwnedFd with AsyncFd #6821

merged 2 commits into from
Sep 6, 2024

Conversation

Darksonn
Copy link
Contributor

@Darksonn Darksonn commented Sep 4, 2024

Rendered

Fixes: #6820

@Darksonn Darksonn added T-docs Topic: documentation A-tokio Area: The main tokio crate M-io Module: tokio/io labels Sep 4, 2024
@Darksonn Darksonn requested a review from mox692 September 4, 2024 09:03
Signed-off-by: Alice Ryhl <[email protected]>
@Darksonn Darksonn merged commit 9116999 into master Sep 6, 2024
81 checks passed
@Darksonn Darksonn deleted the alice/issue-6820 branch September 6, 2024 07:52
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-io Module: tokio/io T-docs Topic: documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AsyncFd didn't close file descriptor on Drop
2 participants