Standard library futures Let's use this as our minimal, reproducible example: async fn example() -> i32 { 42 } Call executor::block_on: use ...
確定! 回上一頁