class documentation
class SignalHandling(Protocol): (source)
The SignalHandling
protocol enables customizable signal-handling behaviors for reactors.
A value that conforms to SignalHandling
has install and uninstall hooks that are called by a reactor at the correct times to have the (typically) process-global effects necessary for dealing with signals.