Enum chan_signal::Signal
[−]
[src]
pub enum Signal { HUP, INT, QUIT, ILL, ABRT, FPE, KILL, SEGV, PIPE, ALRM, TERM, // some variants omitted }
The set of subscribable signals.
After the first call to notify_on
(or notify
), precisely this set of
signals are set to blocked status.
Variants
HUP | |
INT | |
QUIT | |
ILL | |
ABRT | |
FPE | |
KILL | |
SEGV | |
PIPE | |
ALRM | |
TERM |