Service container (#208)

* Enforce service readiness during call
* Introduce service sharable readiness
This commit is contained in:
Nikolay Kim 2023-06-14 19:09:47 +06:00
parent a35535da32
commit 0e1f0b5f73
17 changed files with 674 additions and 155 deletions

View file

@ -26,7 +26,7 @@ ntex-io = { path = "ntex-io" }
ntex-http = { path = "ntex-http" }
ntex-router = { path = "ntex-router" }
ntex-rt = { path = "ntex-rt" }
ntex-service = { path = "ntex-service" }
#ntex-service = { path = "ntex-service" }
ntex-tls = { path = "ntex-tls" }
ntex-macros = { path = "ntex-macros" }
ntex-util = { path = "ntex-util" }