Skip to content

Commit eb6167a

Browse files
committed
feat(server): implement Clone for GracefulShutdown
1 parent efd57ff commit eb6167a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/graceful.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ use pin_project_lite::pin_project;
1717
use tokio::sync::watch;
1818

1919
/// A graceful shutdown utility
20+
#[derive(Clone)]
2021
pub struct GracefulShutdown {
2122
tx: watch::Sender<()>,
2223
}

0 commit comments

Comments
 (0)