pub fn block_on<F, T>(future: F) -> T where. F: Future<Output = T>,. [−] Expand description. Spawns a task and blocks the current thread on its result.
確定! 回上一頁