ntex-rt improvements (#519)

This commit is contained in:
Nikolay Kim 2025-03-13 02:07:26 +05:00 committed by GitHub
parent 2db266ca0c
commit ecfc2936b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 373 additions and 197 deletions

View file

@ -31,7 +31,7 @@ neon = ["ntex-neon"]
[dependencies]
async-channel = "2"
futures-core = "0.3"
futures-timer = "3.0"
log = "0.4"
oneshot = "0.1"
@ -43,3 +43,6 @@ tok-io = { version = "1", package = "tokio", default-features = false, features
], optional = true }
ntex-neon = { version = "0.1", optional = true }
[dev-dependencies]
env_logger = "0.11"