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

Switch to mio::Interests #1095

Closed
FXTi opened this issue May 17, 2019 · 1 comment
Closed

Switch to mio::Interests #1095

FXTi opened this issue May 17, 2019 · 1 comment

Comments

@FXTi
Copy link

FXTi commented May 17, 2019

Mio has split Ready into Ready and Interests. Interests is used in registering (Evented) and can only be readable and/or writable, but never be empty. Ready is only used as output in Event and can also be error or hup.

It concerns register-related functions.

@carllerche
Copy link
Member

This is now tracked by #1190.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants