我正在使用asyncio執行一段如下所示的阻塞程式碼: result = await loop.run_in_executor(None, long_running_function) 我的問題是:我是否可以強制執行一個超時時間 ...
確定! 回上一頁