In async-std , the task module is responsible for this. ... ("test"); }); task::block_on(async { task::sleep(Duration::from_millis(10000)).await; }) }.
確定! 回上一頁