Simplify parallel (#4829)

make tool processing return a future and then collect futures.
handle cleanup on Drop
This commit is contained in:
pakrym-oai
2025-10-07 10:12:38 -07:00
committed by GitHub
parent 27f169bb91
commit f2555422b9
4 changed files with 58 additions and 114 deletions

View File

@@ -61,7 +61,7 @@ tokio = { workspace = true, features = [
"rt-multi-thread",
"signal",
] }
tokio-util = { workspace = true }
tokio-util = { workspace = true, features = ["rt"] }
toml = { workspace = true }
toml_edit = { workspace = true }
tracing = { workspace = true, features = ["log"] }