replace AsyncRuntime with simpler CancellableTask (#2136)

This commit is contained in:
Luna Yao
2026-04-25 04:29:53 +02:00
committed by GitHub
parent 2fb41ccbba
commit 820d9095d3
2 changed files with 62 additions and 126 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ futures = { version = "0.3", features = ["bilock", "unstable"] }
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
tokio-util = { version = "0.7.9", features = ["codec", "net", "io"] }
tokio-util = { version = "0.7.9", features = ["codec", "net", "io", "rt"] }
async-stream = "0.3.5"
async-trait = "0.1.74"