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

Add support for epoll to RedoxOS #985

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

notgull
Copy link
Contributor

@notgull notgull commented Jan 13, 2024

For now it seems that epoll is the preferred way to access Redox's
underlying polling interface. There are event schemes but until Redox's
syscalls are better integrated with Rustix it's probably not worth it
yet.

cc smol-rs/polling#176

For now it seems that epoll is the preferred way to access Redox's
underlying polling interface. There are event schemes but until Redox's
syscalls are better integrated with Rustix it's probably not worth it
yet.

cc smol-rs/polling#176

Signed-off-by: John Nunley <dev@notgull.net>
@notgull
Copy link
Contributor Author

notgull commented Jan 13, 2024

macOS failure appears to be spurious

@sunfishcode
Copy link
Member

Looks good!

@sunfishcode sunfishcode merged commit 916887b into bytecodealliance:main Jan 16, 2024
43 of 44 checks passed
@notgull notgull deleted the redox-epoll branch January 17, 2024 04:06
@notgull
Copy link
Contributor Author

notgull commented Jan 29, 2024

@sunfishcode When you have time can you cut a release with this patch?

@sunfishcode
Copy link
Member

I can do a release tomorrow.

@sunfishcode
Copy link
Member

This is now released in rustix 0.38.31.

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

Successfully merging this pull request may close these issues.

2 participants