mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-02 00:00:22 +02:00
Remove outdated comment
This commit is contained in:
@@ -4,9 +4,6 @@
|
|||||||
//! cargo run -p example-graceful-shutdown
|
//! cargo run -p example-graceful-shutdown
|
||||||
//! kill or ctrl-c
|
//! kill or ctrl-c
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
|
||||||
//! Supporting graceful shutdown requires a bit of boilerplate. In the future hyper-util will
|
|
||||||
//! provide convenience helpers but for now we have to use hyper directly.
|
|
||||||
|
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user