Hacker News new | ask | show | jobs
by quotemstr 2859 days ago
Only for AIO, which few use.
1 comments

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.