-
Notifications
You must be signed in to change notification settings - Fork 665
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
Realtime signals #495
Comments
It is just incomplete. Feel free to add them. You might need to add the constants to libc first. |
@SdNssr Any interest in filing a PR for this functionality? |
No, not really. |
I want to take a shot at this. Only thing I see being an issue is how much of the existing API we want to keep. If we want to keep the existing
Because Alternatively, we rewrite the whole Thoughts? |
Realtime signals seem to be missing from
nix::sys::signal::Signal
, and quite a few functions seem to panic on receiving realtime signals:nix::sys::signal::SigSet::wait
nix::sys::wait::waitpid
(when the child died because of a realtime signal)So is this something that won't be supported, or is it just incomplete?
The text was updated successfully, but these errors were encountered: