pub fn spawn(
    opts: StartOpts,
    grouping: &str,
    vars: Vec<(&str, &str)>
) -> Result<(u32, String)>
Expand description

Spawn is a helper func to launch shim process. Typically this expected to be called from StartShim.