Crate vss

source ·
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