文件名称:asyncio-executor:协程执行器,起一个额外的线程执行事件循环,主线程则管理这个事件循环线程, 这个执行器不要用在协程中
文件大小:218KB
文件格式:ZIP
更新时间:2024-05-18 01:46:19
executor python-3-6 asyncio Python
异步执行器 版本:0.0.4 状态:开发人员 作者:hsz 电子邮件: 描述 用于运行协程的Asyncio执行程序。 这段代码来自< > 关键字:asyncio,执行器 特征 异步运行协程 例子 通过使用提交运行协程 from concurrent . futures import as_completed import aiohttp from asyncio_executor import AsyncioExecutor async def httpget ( url ): async with aiohttp . ClientSession () as session : async with session . get ( url ) as resp : html = await resp . text ( "utf-8"
【文件预览】:
asyncio-executor-master
----.pmfprc.json(492B)
----MANIFEST.in(101B)
----requirements()
--------requirements.txt(2B)
--------requirements_test.txt(39B)
--------requirements_dev.txt(9B)
----README.rst(3KB)
----.DS_Store(6KB)
----READMECN.rst(3KB)
----.vscode()
--------settings.json(75B)
----document()
--------make.bat(7KB)
--------conf.py(2KB)
--------index.rst(4KB)
--------Makefile(8KB)
--------asyncio_executor.rst(141B)
----LICENSE(1KB)
----test()
--------__init__.py(2KB)
----setup.py(2KB)
----asyncio_executor.py(6KB)
----docs()
--------_modules()
--------index.html(17KB)
--------search.html(3KB)
--------.nojekyll(0B)
--------searchindex.js(6KB)
--------asyncio_executor.html(11KB)
--------_sources()
--------.buildinfo(230B)
--------py-modindex.html(3KB)
--------genindex.html(5KB)
--------.doctrees()
--------objects.inv(386B)
--------test.html(9KB)
--------_static()
----.gitignore(1KB)