Home

The devel/py-nest-asyncio,python3 port

py3-nest-asyncio-1.5.4 – 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

devel lang/python

Build dependencies

Run dependencies

Test dependencies

Reverse dependencies

Files

Search