simplify shutdown signal handlers
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
ed3cd99781
commit
a567e314e9
3 changed files with 10 additions and 23 deletions
|
@ -112,7 +112,7 @@ impl Server {
|
|||
}
|
||||
|
||||
#[inline]
|
||||
pub async fn until_shutdown(self: Arc<Self>) {
|
||||
pub async fn until_shutdown(self: &Arc<Self>) {
|
||||
while self.running() {
|
||||
self.signal.subscribe().recv().await.ok();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue