Struct hadean::Process [] [src]

pub struct Process { /* fields omitted */ }

One or more Processs are given to spawn(). Each contains a function, and its arguments. The arguments are the only things copied over, i.e. global variables are not, unlike Linux's fork.