[go: up one dir, main page]

Module process

Source
Expand description

Asynchronous process execution utilities.

Structs§

StdExecutor
An Executor using std::process::Command from std::thread::spawn().
TokioExecutortokio
An Executor using tokio::process::Command.

Traits§

Executor
An async command runner.

Functions§

new_executor
Creates a new Executor.