Struct calloop::signals::Signals [−][src]
pub struct Signals { /* fields omitted */ }
Expand description
An event source for receiving Unix signals
Implementations
Create a new signal event source listening on the specified list of signals
Add a list of signals to the signals source
If this function returns an error, the signal mask of the thread may have still been changed.
Remove a list of signals to the signals source
If this function returns an error, the signal mask of the thread may have still been changed.