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