spawn

Macro spawn 

Source
macro_rules! spawn {
    ($app:tt $($q:tt)*) => { ... };
}
Expand description

Create a Command with the cmd! macro and call spawn() on it