perf/refactor: use tokio_util::sync::PollSender for ActiveSession -> SessionManager messages (#4603)

This commit is contained in:
Collin
2023-09-22 17:09:39 -05:00
committed by GitHub
parent 3018054772
commit 675c6bfc39
5 changed files with 101 additions and 36 deletions

View File

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