Commit 24502fc
Murat Kaan Meral
fix(multiagent): remove no-op asyncio.gather in parallel execution
- Remove unnecessary asyncio.gather() after event loop completion
- Same issue as tool executor PR strands-agents#954
- By the time loop exits, all tasks have already completed
- Gather was waiting for already-finished tasks (no-op)
- All 154 tests passing1 parent a307f37 commit 24502fc
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | 628 | | |
633 | 629 | | |
634 | 630 | | |
| |||
0 commit comments