mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 07:19:05 +02:00
allow to wait on Server until server stops; restore signal handling
This commit is contained in:
@ -40,6 +40,8 @@ futures = "0.3.1"
|
||||
slab = "0.4"
|
||||
tokio-net = { version = "0.2.0-alpha.6", features = ["signal", "tcp", "uds"] }
|
||||
|
||||
futures-core-preview = "0.3.0-alpha.19"
|
||||
|
||||
# unix domain sockets
|
||||
mio-uds = { version = "0.6.7" }
|
||||
|
||||
|
Reference in New Issue
Block a user