handle_dispatch

Function handle_dispatch 

Source
async fn handle_dispatch(
    cfg: &AgentConfig,
    client: &Client,
    manifest_cache: &ManifestCache,
    input_tx: &Sender<ReducerInput>,
    dispatch: DispatchResponse,
) -> Result<()>