Trait rustrt::rtio::RtioProcess[src]
pub trait RtioProcess {
fn id(&self) -> pid_t;
fn kill(&mut self, signal: int) -> IoResult<()>;
fn wait(&mut self) -> IoResult<ProcessExit>;
fn set_timeout(&mut self, timeout: Option<u64>);
}
pub trait RtioProcess {
fn id(&self) -> pid_t;
fn kill(&mut self, signal: int) -> IoResult<()>;
fn wait(&mut self) -> IoResult<ProcessExit>;
fn set_timeout(&mut self, timeout: Option<u64>);
}
fn id(&self) -> pid_tfn kill(&mut self, signal: int) -> IoResult<()>fn wait(&mut self) -> IoResult<ProcessExit>fn set_timeout(&mut self, timeout: Option<u64>)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).