Function glib::spawn_async
source · pub fn spawn_async(
working_directory: Option<impl AsRef<Path>>,
argv: &[&Path],
envp: &[&Path],
flags: SpawnFlags,
child_setup: Option<Box_<dyn FnOnce() + 'static>>
) -> Result<Pid, Error>