mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
replace tokio channels
This commit is contained in:
parent
b8a8e98c1c
commit
66524a89a8
4 changed files with 51 additions and 48 deletions
|
@ -25,7 +25,9 @@ tokio = ["tok-io", "ntex-io/tokio"]
|
|||
ntex-bytes = "0.1.7"
|
||||
ntex-io = "0.1.0"
|
||||
ntex-util = "0.1.2"
|
||||
async-oneshot = "0.5.0"
|
||||
async-channel = "1.6.1"
|
||||
log = "0.4"
|
||||
pin-project-lite = "0.2"
|
||||
|
||||
tok-io = { version = "1", package = "tokio", default-features = false, features = ["rt", "signal", "sync"], optional = true }
|
||||
tok-io = { version = "1", package = "tokio", default-features = false, features = ["rt", "net", "signal"], optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue