mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Refactor worker management (#312)
This commit is contained in:
parent
ca16e4a5e4
commit
d393d87164
46 changed files with 1925 additions and 1782 deletions
|
@ -9,6 +9,7 @@ members = [
|
|||
"ntex-http",
|
||||
"ntex-router",
|
||||
"ntex-rt",
|
||||
"ntex-server",
|
||||
"ntex-service",
|
||||
"ntex-tls",
|
||||
"ntex-macros",
|
||||
|
@ -27,6 +28,7 @@ ntex-io = { path = "ntex-io" }
|
|||
ntex-http = { path = "ntex-http" }
|
||||
ntex-router = { path = "ntex-router" }
|
||||
ntex-rt = { path = "ntex-rt" }
|
||||
ntex-server = { path = "ntex-server" }
|
||||
ntex-service = { path = "ntex-service" }
|
||||
ntex-tls = { path = "ntex-tls" }
|
||||
ntex-macros = { path = "ntex-macros" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue