Name : python311-nest-asyncio
| |
Version : 1.5.6
| Vendor : SUSE LLC < https://www_suse_com/>
|
Release : slfo.1.1.2
| Date : 2024-05-30 16:03:59
|
Group : Unspecified
| Source RPM : python-nest-asyncio-1.5.6-slfo.1.1.2.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : Patch asyncio to allow nested event loops
|
Description :
By design asyncio `does not allow < https://bugs.python.org/issue22239>`_ 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``.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Leap:/16.0/product/repo/Leap-16.0-aarch64-ppc64le-s390x-x86_64/noarch |