Hacker News new | ask | show | jobs
by Vogtinator 2862 days ago
Linux can do that as well, see SIGEV_THREAD.
1 comments

Only for AIO, which few use.
You can spawn a thread manually and use the POSIX sigwait() function.
That won't stop the process-wide registered signal handler working and it won't do anything about being able to reliably handle synchronous signals.