Jakub Šebek

Results 2 comments of Jakub Šebek

Realtime signals are supported by FreeBSD, more in #448

FreeBSD does have `SIGRTMIN` support, it is just not very well documented. ``` $ fgrep -r SIGRTMIN /usr/include /usr/include/sys/signal.h:#define SIGRTMIN 65 ``` Therefore you can use realtime signals like ```...