handle

Function handle 

Source
pub async fn handle(io: ProcessIo) -> Result<ProcessIo>
Available on crate feature tokio only.
Expand description

The Tokio-based, async process runtime.

This handler makes use of the tokio::process module to spawn processes and wait for exit status or output.