Function static_web_server::signals::create_signals
source ยท pub fn create_signals() -> Result<Signals>
Available on (Unix or Windows) and Unix only.
Expand description
It creates a common list of signals stream for SIGTERM
, SIGINT
and SIGQUIT
to be observed.