Adding remove() method to tokio::io::Interest structure #5900
Labels
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-io
Module: tokio/io
Is your feature request related to a problem? Please describe.
The mio library has added the method
remove()
to themio::Interest
structure but this method has not been exported inside thetokio::io::Interest
structure.Describe the solution you'd like
Add the method to the
tokio::io::Interest
The text was updated successfully, but these errors were encountered: