Expand description
Build-event subscriber that passes events to an OutputRenderer.
Replaces the plan-2 plugin-based output subscriber with a simple
loop that calls OutputRenderer::on_event for each bus event.
Functionsยง
- spawn
- Spawn the subscriber task. Returns a join handle the orchestrator
awaits at shutdown so the
BuildEndevent is fully drained.