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