feat: improved UX for parallel graph execution

This commit is contained in:
2026-05-20 18:54:20 -06:00
parent 3c7d19da07
commit 81c037515e
12 changed files with 82 additions and 140 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ impl MapNodeExecutor {
}
let joined = join_all(sub_tasks).await;
progress_tracker.clear();
drop(progress_tracker);
// Collect outputs keyed by input index so order is preserved regardless
// of finish order. This is the user-facing contract from plan E.2.