salvo-graceful-shutdown
Installation
SKILL.md
Salvo Graceful Shutdown
Graceful shutdown lives in salvo-core behind the server-handle feature,
which is on by default when you enable server. No extra feature flag needed
for the default salvo = "0.94.0" dependency.
[dependencies]
salvo = "0.94.0"
tokio = { version = "1", features = ["full"] }