programatik29 / axum-server

High level server designed to be used with axum framework.
MIT License
166 stars 54 forks source link

Add `with_graceful_shutdown()` like axum::Server #79

Closed mscofield0 closed 1 year ago

mscofield0 commented 1 year ago

Not really much to add to here.

mscofield0 commented 1 year ago

Forgot to close this earlier, I can see axum-server has its own way of handling graceful shutdowns, so the feature is already there (just not as ergonomic maybe as axum).