pub type SignalHandler = Box<dyn Fn(Signal) -> bool + Send>;
Expand description

The type of kernel object signal handler.