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 -7
View File
@@ -46,12 +46,6 @@ impl BranchProgressTracker {
started: Instant::now(),
}
}
pub fn clear(&self) {
if let Some(multi) = &self.multi {
let _ = multi.clear();
}
}
}
pub(super) struct BranchProgressHandle {
@@ -60,7 +54,7 @@ pub(super) struct BranchProgressHandle {
}
impl BranchProgressHandle {
fn disabled() -> Self {
pub fn disabled() -> Self {
Self {
bar: None,
started: Instant::now(),