Type Definition oursh::process::Jobs[][src]

pub type Jobs = Rc<RefCell<Vec<(String, ProcessGroup)>>>;
Expand description

Shared job handling structure

Maintains a collection of process groups.