MCPcopy Create free account
hub / github.com/AI45Lab/Code / subscribe

Method subscribe

core/src/orchestration/workflow.rs:202–204  ·  view source on GitHub ↗

Subscribe to this workflow's [`WorkflowEvent`] milestones.

(&self)

Source from the content-addressed store, hash-verified

200
201 /// Subscribe to this workflow's [`WorkflowEvent`] milestones.
202 pub fn subscribe(&self) -> broadcast::Receiver<WorkflowEvent> {
203 self.events.subscribe()
204 }
205
206 /// Run a single step. A one-element barrier — reuses the panic isolation and
207 /// placement of [`parallel`](Self::parallel) so one and many steps share a

Calls

no outgoing calls

Tested by

no test coverage detected