Module signals

Source
Available on Unix or Windows only.
Expand description

The module provides signals support like SIGTERM, SIGINT and SIGQUIT.

Functionsยง

create_signalsUnix
It creates a common list of signals stream for SIGTERM, SIGINT and SIGQUIT to be observed.
wait_for_signalsUnix
It waits for a specific type of incoming signals included ctrl+c.