mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
perf/refactor: use tokio_util::sync::PollSender for ActiveSession -> SessionManager messages (#4603)
This commit is contained in:
@ -18,6 +18,7 @@ metrics.workspace = true
|
||||
# async
|
||||
tokio = { workspace = true, features = ["full"], optional = true }
|
||||
futures = { workspace = true, optional = true }
|
||||
tokio-util = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
common = ["tokio", "futures"]
|
||||
common = ["tokio", "futures", "tokio-util"]
|
||||
|
||||
Reference in New Issue
Block a user