feat: added branch progress tracker for better visualization of parallel graph super-steps

This commit is contained in:
2026-05-20 15:50:38 -06:00
parent f32608169d
commit 76ee1ec7f1
7 changed files with 180 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use super::types::Reducer;
use crate::graph::type_name;
use anyhow::{Result, bail};
use serde_json::{Number, Value};
use crate::graph::type_name;
/// Combines a branch's incoming write with the current state value (if any)
/// via the specified reducer. The result is what gets written back to live