pub(crate) async fn shutdown_signal()Expand description
Completes when the process receives a termination signal: Ctrl+C on any
platform, or SIGTERM on Unix (the signal container orchestrators send).
pub(crate) async fn shutdown_signal()Completes when the process receives a termination signal: Ctrl+C on any
platform, or SIGTERM on Unix (the signal container orchestrators send).