macro_rules! kill {
($pid: expr) => { ... };
($pid: expr, $sig: expr) => { ... };
}Expand description
The signal macro sends a signal to
a PID program.
macro_rules! kill {
($pid: expr) => { ... };
($pid: expr, $sig: expr) => { ... };
}The signal macro sends a signal to
a PID program.