feat: improved UX for parallel graph execution

This commit is contained in:
2026-05-20 18:54:20 -06:00
parent 18bb3d3440
commit f67538e5ab
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.