Skip to main content

Module output_subscriber

Module output_subscriber 

Source
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 BuildEnd event is fully drained.