Rust 的 Future 具有惰性:除非積極驅動到完成,不然不會做任何事。 ... to place the task itself back onto the task queue. task_sender: SyncSender<Arc<Task>>, ...
確定! 回上一頁