[][src]Function i3status_rs::subprocess::spawn_child_async

pub fn spawn_child_async(name: &str, args: &[&str]) -> Result<()>

Spawns a new child process. This closes stdin and stdout, and returns to the caller after the child has been started, while a background thread waits for the child to exit.