handle_input

Function handle_input 

Source
async fn handle_input(
    host_states: &mut HashMap<RolloutId, HostRolloutState>,
    manifests: &mut Option<SignedManifestSet>,
    clock: &ClockHandle,
    ctx: &ApplierCtx<'_>,
    input: ReducerInput,
)