module

Function module 

Source
pub fn module(_stdio: bool) -> Result<Module, ContextError>
Expand description

A module for working with processes.

This allows spawning child processes, capturing their output, and creating pipelines.

ยงTokio

This function is implemented using Tokio, and requires the Tokio runtime to be in scope.