Drop glommio support (#511)

This commit is contained in:
Nikolay Kim 2025-03-09 18:19:34 +05:00 committed by GitHub
parent 4c1bc3249b
commit 59ffd17b91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 31 additions and 608 deletions

View file

@ -19,7 +19,6 @@ members = [
"ntex-async-std",
"ntex-compio",
"ntex-glommio",
"ntex-tokio",
]
@ -49,7 +48,6 @@ ntex-macros = { path = "ntex-macros" }
ntex-util = { path = "ntex-util" }
ntex-compio = { path = "ntex-compio" }
ntex-glommio = { path = "ntex-glommio" }
ntex-tokio = { path = "ntex-tokio" }
ntex-async-std = { path = "ntex-async-std" }