Support more POSIX signals in PosixSignal
Open
area-Interop-coreclr
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
Currently a small subset of all the allowed POSIX signals are supported. In particular, useful ones like USR1 and USR2 are missing.
For Linux, you can see the list here: https://man7.org/linux/man-pages/man7/signal.7.html
The POSIX version that defines the signal is listed there as well.
I'm not entirely confident which ones make sense, but at least SIGUSR1 and SIGUSR2 would be super useful.
Contributor guide
Assessment
This issue has not been assessed yet.