nest_asyncio
nest_asyncio copied to clipboard
Patch asyncio to allow nested event loops
Thanks for this library, it really saves our lives. I was thinking, since it is so useful, have you considered contributing to CPython to make this feature standard in asyncio?...
Please add some explanation on what tradeoffs one takes on when using this library. For example from very briefly looking at the code it seems that using this forces pure...
since #61 out CI breaks (tested locally), but I'm not sure why yet, it seems some tasks don't get executed. I know this is not (yet) a helpful issue, but...
It would be great to have an unapply function or the ability to use this as a context manager so that one can allow nested asyncio only in special circumstances,...
The ability to set an asyncio loop exception handler to catch exceptions in tasks appears to be broken when using nest_asyncio. I thought at first this might just be for...
Hi, thanks for this amazing package, this was for me the reason to adopt asyncio (otherwise the maintenance burden was too high). I sometimes see this error in CI systems,...
I'm not sure if I should make an issue here, or in `discord.py`, but basically I'm using [Llama Index](https://llamaindex.ai) `run-llama` on GitHub, and it uses `nest_asyncio` for the event loop...
This implements the "unapply" feature requested in #69.