axum-server icon indicating copy to clipboard operation
axum-server copied to clipboard

Document what passing `None` to `Handle::graceful_shutdown` means

Open casey opened this issue 3 years ago • 1 comments
trafficstars

I was a bit confused by this, since None might indicate an immediate shutdown, or it might indicate an indefinite grace period.

casey avatar Sep 22 '22 20:09 casey

It means indefinite grace period.

I will document it.

programatik29 avatar Sep 25 '22 19:09 programatik29