I'm using asyncio to run a piece of blocking code like this: result = await loop.run_in_executor(None, long_running_function).
確定! 回上一頁