run_host_event

Function run_host_event 

Source
async fn run_host_event(
    host_states: &mut HashMap<RolloutId, HostRolloutState>,
    manifests: &Option<SignedManifestSet>,
    clock: &ClockHandle,
    ctx: &ApplierCtx<'_>,
    rollout_id: RolloutId,
    event: Event,
)