Skip to main content

dispatch

Function dispatch 

Source
pub async fn dispatch(cmd: OperatorCommand) -> Result<()>
Expand description

Dispatch an OperatorCommand against real stores. The binary in main.rs calls this, tests skip it and drive the run_* functions directly.