add Service::poll_shutdown

This commit is contained in:
Nikolay Kim 2020-02-17 20:27:00 +06:00
parent 156083c336
commit c38974401a
14 changed files with 98 additions and 13 deletions

View file

@ -3,3 +3,7 @@ members = [
"ntex",
"ntex-web-macros",
]
[patch.crates-io]
actix-server = { path = "actix-net/actix-server" }
actix-service = { path = "actix-net/actix-service" }