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())

相关内容

热门资讯

透视代打!德普之星怎么开辅助,... 透视代打!德普之星怎么开辅助,微乐自建房脚本下载,透视脚本(今日头条)-哔哩哔哩该软件可以轻松地帮助...
脚本解谜!aapoker破解侠... 脚本解谜!aapoker破解侠是真的吗,aapoker怎么选牌(透视)都是是有软件(哔哩哔哩)1、全...
脚本分享!wepoker究竟有... 脚本分享!wepoker究竟有没有透视,wepoker透视脚本免费使用视频(透视)原来真的是有挂(哔...
一直以来!aa poker辅助... 一直以来!aa poker辅助,微乐小程序辅助教程,推荐脚本(新版有挂)-哔哩哔哩1、用户打开应用后...
脚本揭露!aapoker透视方... 脚本揭露!aapoker透视方法,aapoker透视插件(透视)总是真的是有插件(哔哩哔哩)运辅助工...
此事引发广泛关注!wpk德州局... 此事引发广泛关注!wpk德州局怎么透视,微乐山西脚本插件,必备脚本(有挂透视)-哔哩哔哩;在进入wp...
透视专业!wpk透视辅助,wp... 透视专业!wpk透视辅助,wpk透视插件(透视)总是真的有脚本(哔哩哔哩)1、进入游戏-大厅左侧-新...
受玩家影响!pokemmo手机... 受玩家影响!pokemmo手机脚本辅助器,微乐智能辅助真的假的,了解脚本(有挂教程)-哔哩哔哩1、很...
脚本科普!aapoker安装包... 脚本科普!aapoker安装包怎么使用,aapoker辅助插件工具(透视)一贯真的有方法(哔哩哔哩)...
不少玩家反映!哈糖大菠萝怎么开... 不少玩家反映!哈糖大菠萝怎么开挂,微信小程序微乐辅助器免费版v2.0,必备透视(有挂分享)-哔哩哔哩...