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

feat: Add a way to get the global poller's fd #125

Merged
merged 4 commits into from
Jul 14, 2023
Merged

Conversation

notgull
Copy link
Member

@notgull notgull commented Apr 6, 2023

Closes #124 by adding a method async_io::os::unix::reactor_fd() that allows one to get the file descriptor to register async-io's reactor into an external runtime.

Copy link
Member

@zeenix zeenix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@notgull notgull merged commit 524df87 into master Jul 14, 2023
@notgull notgull deleted the notgull/global-fd branch July 14, 2023 14:59
@notgull notgull mentioned this pull request Sep 25, 2023
@notgull notgull mentioned this pull request Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Expose a way to get the file descriptor of the inner poller
2 participants