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

epoll file descriptor is not poll/epoll/selectable #1192

Open
francescolavra opened this issue Jun 3, 2020 · 0 comments
Open

epoll file descriptor is not poll/epoll/selectable #1192

francescolavra opened this issue Jun 3, 2020 · 0 comments
Labels

Comments

@francescolavra
Copy link
Member

According to the epoll(7) man page, an epoll file descriptor should itself be poll/epoll/selectable. More precisely, if it has events waiting, then it should indicate as being readable.
The current implementation doesn't support polling an epoll file descriptor, because the relevant events closure is not implemented.

@eyberg eyberg added the verify label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants