We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Filesystem
io::{Reader,Writer}
Session
polyfuse-tokio
mio-0.7
smol
epoll
tokio
PollEvented
The text was updated successfully, but these errors were encountered:
Closing since the above plan is outdated
Sorry, something went wrong.
No branches or pull requests
Filesystem
(mentioned in Mutable or Buildable Operations #91 (comment) and introduced in switch to new Filesystem #97)io::{Reader,Writer}
(remove io::{Reader,Writer} #95)Session
and related types from the core crate (extract session as independent crate #98)polyfuse-tokio
and add new runtime formio-0.7
(Migrate to mio-0.7 #90) and/orsmol
(async-std support #3).epoll
instance managed bytokio
, or to use as an altanative forPollEvented
.The text was updated successfully, but these errors were encountered: