gpt4 book ai didi

python-3.x - 不使用 asyncio 编写 EventLoop

转载 作者:行者123 更新时间:2023-12-03 23:14:17 25 4
gpt4 key购买 nike

我越来越熟悉 python 的 异步 ,python中的异步编程,协程等。
我希望能够用我自己定制的 执行几个协同程序事件循环 .

我很好奇我是否可以自己写 事件循环 不导入 异步 根本

最佳答案

I want to be able to executing several co-routines with my own custom made eventloop.



asyncio 事件循环经过充分测试,可以轻松扩展以确认非 asyncio 事件。如果您描述实际用例,可能更容易提供帮助。但是,如果您的目标是学习异步编程和协程,请继续阅读。

I'm curious if i can write my own eventloop without importing asyncio at all



这绝对是可能的 - 毕竟 asyncio 本身只是一个库 - 但是你的事件循环需要一些工作才能有用。见 this excellent talk作者:David Beazley,他在现场演示了如何在现场观众面前编写事件循环。 (不要被 David 使用旧的 yield from 语法推迟 - await 的工作方式完全相同。)

关于python-3.x - 不使用 asyncio 编写 EventLoop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53767355/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com