docs: update asyncio_patch.py.md with corrected event loop patching example

This commit is contained in:
retoor 2024-12-04 20:58:02 +00:00
parent e9452fd68f
commit 1d691dc0bf

View File

@ -1,4 +1,4 @@
# AsyncPatch # AsyncioPatch
A mixin written by me to use to enable async on all your non async classes! It's not only a patch to use it but actually really executes the code in the event loop! A mixin written by me to use to enable async on all your non async classes! It's not only a patch to use it but actually really executes the code in the event loop!