Here's an example program which will spawn echo hello world and then wait for it complete. use tokio::process::Command; #[tokio::main] async fn main() ...
確定! 回上一頁