文件名称:hvloop:基于 asyncio 事件循环的 libhv,如 uvloop
文件大小:27KB
文件格式:ZIP
更新时间:2024-06-18 04:55:33
Python
高速循环 hvloop 是一个类似的异步事件循环,基于 。 注意:hvloop stil in dev,不要用于生产 安装 hvloop 需要 python3.6 或更高版本 $ pip install hvloop 快速开始 import hvloop hvloop.install ()
【文件预览】:
hvloop-main
----.gitignore(2KB)
----README.md(436B)
----.gitmodules(88B)
----.github()
--------workflows()
----tests()
--------test_create_connection.py(3KB)
--------test_create_datagram_endpoint.py(2KB)
--------__init__.py(0B)
--------test_create_server.py(2KB)
----requirements.dev.txt(7B)
----hvloop()
--------handle.pyx(5KB)
--------server.pxd(439B)
--------loop.pyx(27KB)
--------transport.pxd(2KB)
--------loop.pxd(1KB)
--------transport.pyx(18KB)
--------handle.pxd(296B)
--------__init__.py(510B)
--------includes()
--------requests.pyx(2KB)
--------server.pyx(4KB)
----vendor()
--------libhv()
----MANIFEST.in(136B)
----setup.py(3KB)