Subscribe to this workflow's [`WorkflowEvent`] milestones.
(&self)
| 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 |
no outgoing calls
no test coverage detected