register a signal handler
Register a handler for a specific signal. The signal must not already be handled, either through ReactorSignal or otherwise.
the signal to be handled
a delegate to be called when the signal arrives
See Implementation
register a signal handler
Register a handler for a specific signal. The signal must not already be handled, either through ReactorSignal or otherwise.