Skip to main content

spawn_detached

Function spawn_detached 

Source
pub fn spawn_detached(cmd: &mut Command) -> Result<()>
Expand description

Spawn cmd fire-and-forget, discarding its output.

The browser launcher is detached: we neither wait for it nor read its pipes, since it may outlive this process.