pub async fn dispatch<H, R, S, D>(
host: &mut H,
plan: &mut Plan,
services: &Services<R, S>,
catalog: &DefinitionCatalog,
deadline: D,
) -> ExitCategoryExpand description
Runs one command against the portable services.
The supplied deadline future completes when the client deadline elapses.
Passing a future that never completes disables the deadline; the process
entry point supplies a timer.