Refactor worker management (#312)

This commit is contained in:
Nikolay Kim 2024-03-23 07:17:04 +01:00 committed by GitHub
parent ca16e4a5e4
commit d393d87164
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 1925 additions and 1782 deletions

View file

@ -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" }