Skip to main content

run

Function run 

Source
pub async fn run<D: RuntimeDriver>(
    plan: ResolvedAppPlan,
    driver: D,
    adapters: ExecutionAdapterCatalog,
    shutdown_timeout: Duration,
) -> Result<TerminalOutcome, PlanValidationError>
Expand description

Runs an App through the Runner-assembled Adapter catalog until shutdown or failure.