Expand description
Asynchronous process execution utilities.
Structs§
- StdExecutor
- An
Executorusingstd::process::Commandfromstd::thread::spawn(). - Tokio
Executor tokio - An
Executorusingtokio::process::Command.
Traits§
- Executor
- An async command runner.
Functions§
- new_
executor - Creates a new
Executor.