The devel/py-nest-asyncio,python3 port
py3-nest-asyncio-1.5.4p0 – allow nested event loops with asyncio (cvsweb github mirror)
Description
By design asyncio does not allow its event loop to be nested. This presents a practical problem: when in an environment where the event loop is already running it's impossible to run tasks and wait for the result. The issue pops up in various environments, such as web servers, GUI applications and in Jupyter notebooks. This module patches asyncio to allow nested use of asyncio.run and loop.run_until_complete.WWW: https://pypi.python.org/pypi/nest_asyncio
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/lib/python3.11/site-packages/__pycache__/
- /usr/local/lib/python3.11/site-packages/__pycache__/nest_asyncio.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/__pycache__/nest_asyncio.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/nest_asyncio-1.5.4.dist-info/
- /usr/local/lib/python3.11/site-packages/nest_asyncio-1.5.4.dist-info/LICENSE
- /usr/local/lib/python3.11/site-packages/nest_asyncio-1.5.4.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/nest_asyncio-1.5.4.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/nest_asyncio-1.5.4.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/nest_asyncio-1.5.4.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/nest_asyncio.py