python-nest-asyncio 1.5.5
Channel: guix
Home page: https://github.com/erdewit/nest_asyncio
Licenses: Modified BSD
Synopsis: Patch asyncio to allow nested event loops
Description:
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. This module patches asyncio
to allow nested use of asyncio.run
and loop.run_until_complete
.
Total results: 1