Macro hadean::mkprocess [] [src]

macro_rules! mkprocess {
    ($main:expr, $arg:expr) => { ... };
}

Prepare a process to be spawned, with a function name and arguments.