×

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 Mon Mar 31 22:51:04 2025
md5 checksum d9a3dbcdff898e95ed158a2c12814d1b
arch x86_64
build py310h06a4308_0
depends python >=3.10,<3.11.0a0
license BSD-2-Clause
license_family BSD
md5 d9a3dbcdff898e95ed158a2c12814d1b
name nest-asyncio
platform linux
sha1 8a8ba02b3ba830a0cde33ca2040fbfd62ab3cb95
sha256 876343c2d52a8be85c134ee84cd00b4b203af09335be088b372276bdfeb59c75
size 14613
subdir linux-64
timestamp 1708532806698
version 1.6.0