SlackBuilds Repository

15.0 > Python > python3-nest_asyncio (1.6.0)

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. Trying to do so will give the error "RuntimeError: This event
loop is already running".

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.

Maintained by: Isaac Yu
Keywords: nest_asyncio,asyncio
ChangeLog: python3-nest_asyncio

Homepage:
https://github.com/erdewit/nest_asyncio

Source Downloads:
nest_asyncio-1.6.0.tar.gz (4a15c56d692367a24ea12072e2e475f3)

Download SlackBuild:
python3-nest_asyncio.tar.gz
python3-nest_asyncio.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds