Y
Hacker News
new
|
ask
|
show
|
jobs
by
andreyv
2860 days ago
You can spawn a thread manually and use the POSIX sigwait() function.
1 comments
quotemstr
2859 days ago
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.
link