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

1
codex-rs/Cargo.lock generated
View File

@@ -6019,6 +6019,7 @@ dependencies = [
"bytes",
"futures-core",
"futures-sink",
"futures-util",
"pin-project-lite",
"tokio",
]