pub fn spawn(
bus: Arc<EventBus>,
renderer: Box<dyn OutputRenderer>,
) -> JoinHandle<()>Expand description
Spawn the subscriber task. Returns a join handle the orchestrator
awaits at shutdown so the BuildEnd event is fully drained.
pub fn spawn(
bus: Arc<EventBus>,
renderer: Box<dyn OutputRenderer>,
) -> JoinHandle<()>Spawn the subscriber task. Returns a join handle the orchestrator
awaits at shutdown so the BuildEnd event is fully drained.