From 182685625b65fa232ad9e09511c98c8120f344e3 Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 4 Dec 2024 20:58:02 +0000 Subject: [PATCH] Update asyncio_patch.py.md --- 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!