Expand description
§valkyrie_pilot’s shutdown signal
This crate provides a simple, cross-platform Tokio shutdown waiter.
Made because docker sends sigquit, but tokio’s ctrl_c
does not respond to sigquit, leading to the container being killed 10s later.
Functions§
- shutdown_
signal - Completes on sigint, sigquit, or sigterm on Unix or delegates to
tokio’s
ctrl_c
on other platforms