Skip to main content

Module process_executor

Module process_executor 

Source
Expand description

Process executor utilities in the runtime boundary.

This module re-exports the main process executor types for use in boundary composition.

Re-exportsยง

pub use crate::executor::ProcessExecutor;
pub use crate::executor::ProcessOutput;
pub use crate::executor::ProcessExecutor as Executor;