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

Adding remove() method to tokio::io::Interest structure #5900

Closed
antkern opened this issue Jul 31, 2023 · 0 comments · Fixed by #5906
Closed

Adding remove() method to tokio::io::Interest structure #5900

antkern opened this issue Jul 31, 2023 · 0 comments · Fixed by #5906
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-io Module: tokio/io

Comments

@antkern
Copy link

antkern commented Jul 31, 2023

Is your feature request related to a problem? Please describe.
The mio library has added the method remove() to the mio::Interest structure but this method has not been exported inside the tokio::io::Interest structure.

Describe the solution you'd like
Add the method to the tokio::io::Interest

@antkern antkern added A-tokio Area: The main tokio crate C-feature-request Category: A feature request. labels Jul 31, 2023
@Darksonn Darksonn added the M-io Module: tokio/io label Jul 31, 2023
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 C-feature-request Category: A feature request. M-io Module: tokio/io
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants