dxps / fullstack-rust-axum-dioxus-rwa

A RealWorld app implementation as a fullstack Rust project using Axum (back-end) and Dioxus (front-end).
MIT License
80 stars 6 forks source link

[backend] Graceful Shutdown #9

Closed dxps closed 1 year ago

dxps commented 1 year ago

As title mentioned, the server should be able to gracefully shutdown. And Axum supports it.