×

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.

Uploaded Tue Apr 1 01:54:44 2025
md5 checksum 4eac1889c9148c791c8874545e15ad26
build pyhd3eb1b0_0
depends python >=3.5
license BSD-2-Clause
license_family BSD
md5 4eac1889c9148c791c8874545e15ad26
name nest-asyncio
noarch python
sha1 6aba8f0b1a875e420ba34d83c60a46da79ebd688
sha256 1d60e74b0f9247d45fc6ebca4e623e305cb058833ed467785e1d02225537b920
size 10823
subdir noarch
timestamp 1606153798464
version 1.4.3