loop.run_in_executor 能夠結合concurrent 模組將工作交給其他執行緒或行程(process)執行, loop.run_in_executor 會回傳Future 物件,所以需要以 await ...
確定! 回上一頁