需要把这种逻辑用 loop.run_in_executor 封装到协程:. async def c(): loop = asyncio.get_running_loop() return await loop.run_in_executor(None ...
確定! 回上一頁