×

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:43 2025
md5 checksum de1248e84dd58965e5199beff21adedd
build pyhd3eb1b0_0
depends python >=3.5
license BSD-2-Clause
license_family BSD
md5 de1248e84dd58965e5199beff21adedd
name nest-asyncio
noarch python
sha1 cce77ddc119c4f8348f199104a1794019b50e55b
sha256 6f2ff8e872a18e2e50cfc8a0bed4fd3c0423634094535d90d0e5a0698c43cb8d
size 10557
subdir noarch
timestamp 1613680588727
version 1.5.1