feat: stream internal subworker output through parent

This commit is contained in:
2026-08-19 09:24:14 +09:00
parent fe74d7c4b8
commit ce62e09919
18 changed files with 990 additions and 19 deletions
+2
View File
@@ -1435,6 +1435,7 @@ impl Runtime {
},
status: protocol::WorkerStatus::Idle,
in_flight: protocol::InFlightSnapshot { blocks: Vec::new() },
internal_workers: Vec::new(),
})
}
@@ -3770,6 +3771,7 @@ mod tests {
},
status: protocol::WorkerStatus::Running,
in_flight: protocol::InFlightSnapshot { blocks: Vec::new() },
internal_workers: Vec::new(),
},
);