From 1d691dc0bfbe2bd8f0e03d5fc9b7b38826d2f973 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 4 Dec 2024 20:58:02 +0000 Subject: [PATCH] docs: update asyncio_patch.py.md with corrected event loop patching example --- sayncio_patch.py.md => asyncio_patch.py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sayncio_patch.py.md => asyncio_patch.py.md (99%) diff --git a/sayncio_patch.py.md b/asyncio_patch.py.md similarity index 99% rename from sayncio_patch.py.md rename to asyncio_patch.py.md index 89311cc..46b130b 100644 --- a/sayncio_patch.py.md +++ b/asyncio_patch.py.md @@ -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!