|
|
|
|
|
by o11c
236 days ago
|
|
Real-time signals have guaranteed order: first by number (lowest first, i.e. `SIGRTMIN`), then by the order in which they are sent. Signals are generally the slowest IPC method, unless you're doing something stupid with a different method. |
|