Hacker News new | ask | show | jobs
by zurn 3867 days ago
Signals are not generally used for IPC on Linux. Also you can handle them orderly along with other fd events using the standard & portable self-pipe pattern or Linux-specific signalfd.