handle_host_event

Function handle_host_event 

Source
async fn handle_host_event(
    state: &Arc<AppState>,
    clock: &ClockHandle,
    event_log_tx: &EventLogTx,
    rs: &mut ReducerState,
    host: &str,
    rollout_id: &RolloutId,
    event: Event,
)