Update sayncio_patch.py.md

This commit is contained in:
retoor 2024-12-04 20:45:44 +00:00
parent 77f57ba977
commit 925bd9045e

View File

@ -1,6 +1,6 @@
# AsyncPatch
# 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!
## How to use
```python