pub async fn wait_for_shutdown_signal()Expand description
Block until Ctrl-C or SIGTERM (Unix). Used as the engine main-loop shutdown trigger.
pub async fn wait_for_shutdown_signal()Block until Ctrl-C or SIGTERM (Unix). Used as the engine main-loop shutdown trigger.