handle_input

Function handle_input 

Source
async fn handle_input(
    state: &Arc<AppState>,
    clock: &ClockHandle,
    event_log_tx: &EventLogTx,
    rs: &mut ReducerState,
    input: ReducerInput,
)