nest-asyncio
Subscription: Developer
Active
Subscription: Developer
Patch asyncio to allow nested event loops in environments where an event loop is already running, enabling tasks to run and wait for results without encountering "RuntimeError: This event loop is already running". Useful in web servers and other contexts.
pip install nest_asyncio==1.6.0
1.6.0
Linux