Rust futures are lazy, they only run when polled. To run a future to its completion, all you have to do is to continuously call the poll function until it ...
確定! 回上一頁