feat: implemented the frontier-based scheduling for the graph executor with simplified state management (gotta love .clone)

This commit is contained in:
2026-05-20 13:48:55 -06:00
parent 5e4d3ff011
commit 36ac924d77
6 changed files with 341 additions and 136 deletions
+1
View File
@@ -10,6 +10,7 @@ use std::time::Duration;
use tokio::process::Command;
use tokio::time::timeout;
#[derive(Clone)]
pub struct ScriptExecutor {
base_dir: PathBuf,
}