asyncio.run()函数是否会使用已存在的event_loop?(生产者消费者的asyncio.Queue)
创始人
2024-09-21 05:30:30
0

asyncio.run() 函数将会创建一个新的 event_loop,而非使用已存在的 event_loop。当然,您可以通过 async with 来手动传递一个 event_loop 来使用现有的 event_loop。

下面是使用 asyncio.Queue 实现生产者消费者模式的示例代码,其中 async with 用于手动传递 event_loop:

import asyncio

async def producer(queue: asyncio.Queue): for i in range(5): await asyncio.sleep(1) await queue.put(i) print(f"Producer puts {i} into queue")

async def consumer(queue: asyncio.Queue): while True: item = await queue.get() await asyncio.sleep(2) print(f"Consumer gets {item} from queue")

async def main(): my_queue = asyncio.Queue() async with asyncio.get_running_loop(): producer_task = asyncio.create_task(producer(my_queue)) consumer_task = asyncio.create_task(consumer(my_queue)) await asyncio.gather(producer_task, consumer_task)

asyncio.run(main())

相关内容

热门资讯

透视神器!pokemomo辅助... 透视神器!pokemomo辅助工具,微乐辅助靠谱麻,解谜透视(有挂规律)-哔哩哔哩1、透视神器!po...
透视科普!wepoker手机版... 透视科普!wepoker手机版辅助,wepoker黑侠破解(透视)一直是有工具(哔哩哔哩)1、脚本辅...
长期以来!wejoker免费脚... 长期以来!wejoker免费脚本,微乐四川麻将辅助器,详细透视(有挂细节)-哔哩哔哩1、长期以来!w...
透视详情!德普之星辅助软件,德... 透视详情!德普之星辅助软件,德普之星怎么开辅助(透视)真是存在有工具(哔哩哔哩)1、上手简单,内置详...
透视美元局!werplan怎么... 透视美元局!werplan怎么作必弊,微乐自建房免费黑科技有哪些,教你脚本(证实有挂)-哔哩哔哩1、...
透视辅助!wejoker内置辅... 透视辅助!wejoker内置辅助,微乐卡五星有挂吗,曝光脚本(有挂解惑)-哔哩哔哩进入游戏-大厅左侧...
透视解谜!德扑HHpoker有... 您好,这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】很多玩家在这款游戏中打...
备受关注的!wpk辅助购买,微... 备受关注的!wpk辅助购买,微乐陕西小程序破解器下载,关于脚本(果真有挂)-哔哩哔哩1、游戏颠覆性的...
透视必备!德普之星透视辅助,德... 透视必备!德普之星透视辅助,德普之星私人局辅助免费(透视)一贯是真的挂(哔哩哔哩)1、该软件可以轻松...
透视挂!WePoKer辅助器,... 透视挂!WePoKer辅助器,手机微乐小程序游戏破解器,详细脚本(果真有挂)-哔哩哔哩1、WePoK...