Module std::process
[−]
[src]
Reexports
use core::prelude::v1::*; |
use boxed::Box; |
use io::Result; |
use string::{String, ToString}; |
use vec::Vec; |
use system::error::Error; |
use system::syscall::{sys_clone, sys_execve, sys_exit, sys_waitpid, CLONE_VM, CLONE_VFORK}; |
Structs
Child | |
Command | |
ExitStatus |
Functions
exit |