Module std

Module std 

Source
Available on crate feature std only.
Expand description

The standard, blocking process runtime.

Functions§

handle
The standard, blocking process runtime.
spawn_then_wait
Spawns a process then wait for its child’s exit status.
spawn_then_wait_with_output
Spawns a process then wait for its child’s output.