Module static_web_server::signals
source · Available on Unix or Windows only.
Expand description
The module provides signals support like SIGTERM, SIGINT and SIGQUIT.
Functions
- create_signalsUnixIt creates a common list of signals stream for
SIGTERM,SIGINTandSIGQUITto be observed. - It waits for a specific type of incoming signals included
ctrl+c.