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

Android: Add support for epoll, eventfd #3996

Open
YohDeadfall opened this issue Oct 26, 2024 · 1 comment · May be fixed by #4016
Open

Android: Add support for epoll, eventfd #3996

YohDeadfall opened this issue Oct 26, 2024 · 1 comment · May be fixed by #4016
Assignees
Labels
A-android Area: Android targets C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement

Comments

@YohDeadfall
Copy link
Contributor

YohDeadfall commented Oct 26, 2024

Android is based on the Linux kernel, and its libc implementation has I/O notification APIs like epoll or eventfd. An implementation requires a bit of refactoring to avoid copy-pasting of this.

@YohDeadfall
Copy link
Contributor Author

@rustbot claim

@RalfJung RalfJung changed the title Android: Add support for I/O notifications Android: Add support for epoll, eventfd Oct 27, 2024
@RalfJung RalfJung added C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement A-android Area: Android targets labels Oct 27, 2024
@YohDeadfall YohDeadfall linked a pull request Nov 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-android Area: Android targets C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants