Skip to main content

executor_for_kind

Function executor_for_kind 

Source
pub fn executor_for_kind(
    kind: ExecutorKind,
    cwd: impl Into<PathBuf>,
) -> Arc<dyn ToolExecutor> 
Expand description

The composition-root executor for a runtime-selected execution environment. local roots a local::LocalExecutor at cwd; sandbox returns the sandbox::SandboxExecutor stub.