1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

use placeholder approach to shutdown-server

This commit is contained in:
Rob Ede
2022-08-07 23:58:56 +01:00
parent 2a680d0659
commit d259177eab
5 changed files with 61 additions and 43 deletions

View File

@ -6,7 +6,9 @@ description = "Send a request to the server to shut it down"
[dependencies]
actix-web = "4"
actix-web-lab = "0.16"
env_logger = "0.9"
log = "0.4"
parking_lot = "0.12"
tokio = { version = "1.13.1", features = ["signal"] }