mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Simplify parallel (#4829)
make tool processing return a future and then collect futures. handle cleanup on Drop
This commit is contained in:
committed by
GitHub
Unverified
parent
27f169bb91
commit
f2555422b9
Generated
+1
@@ -6019,6 +6019,7 @@ dependencies = [
|
||||
"bytes",
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
"futures-util",
|
||||
"pin-project-lite",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user