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

Use EVFILT_SIGNAL for kqueue-enabled systems #4

Closed
notgull opened this issue Feb 8, 2023 · 1 comment
Closed

Use EVFILT_SIGNAL for kqueue-enabled systems #4

notgull opened this issue Feb 8, 2023 · 1 comment

Comments

@notgull
Copy link
Member

notgull commented Feb 8, 2023

kqueue supports EVFILT_SIGNAL, which would allow us to wait on a signal without needing to use a pipe. I'm working on exposing this functionality in async-io via smol-rs/async-io#112. However, this would require setting up an executor to listen for signals.

@notgull
Copy link
Member Author

notgull commented Oct 19, 2023

Not really needed and it might have surprising behavior that I don't want to deal with.

@notgull notgull closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant