Skip to main content

run_process

Function run_process 

Source
pub fn run_process<I, S>(
    program: impl Into<String>,
    args: I,
) -> Operator<ProcessResult>
where I: IntoIterator<Item = S>, S: Into<String>,
Expand description

run_process: execute one process via the graph-local environment process driver.

Completion emits one ProcessResult DATA and COMPLETE. Non-zero process exits remain DATA. Driver/spawn failures become protocol ERROR.