mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Service container (#208)
* Enforce service readiness during call * Introduce service sharable readiness
This commit is contained in:
parent
a35535da32
commit
0e1f0b5f73
17 changed files with 674 additions and 155 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue