The future you spawn will be the main entry point for your program, so think of it like an asynchronous main function. async fn app() { todo!() } ...
確定! 回上一頁