spawn() executes x as a child process without waiting for it to complete. Demo · Doc. Rust. use std::process::Command;. let output = Command::new("x") ...
確定! 回上一頁