Struct rustuv::process::Process[src]
pub struct Process {
// some fields omitted
}Methods
impl Process
fn spawn(io_loop: &mut UvIoFactory, cfg: ProcessConfig) -> Result<(Box<Process>, Vec<Option<PipeWatcher>>), UvError>
Spawn a new process inside the specified event loop.
Returns either the corresponding process object or an error which occurred.