replace AsyncRuntime with simpler CancellableTask

add docstring for AsyncRuntime

task

task
This commit is contained in:
Luna Yao
2026-04-18 17:18:36 +02:00
parent 4512e03d5f
commit b0aae4f1fa
2 changed files with 55 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"