Available on Unix or Windows only.
Expand description
The module provides signals support like SIGTERM
, SIGINT
and SIGQUIT
.
Functionsยง
- create_
signals Unix - It creates a common list of signals stream for
SIGTERM
,SIGINT
andSIGQUIT
to be observed. - wait_
for_ signals Unix - It waits for a specific type of incoming signals included
ctrl+c
.