Closed alsoGAMER closed 3 years ago
I removed it in favor of asyncio.to_thread()
, I didn't know about it before so I tried to implement my own but when I found out about a function that does the exact same thing and is builtin I didn't see a reason for my own to even be a thing.
I used it everywhere in my project to ensure that the queries to the mihoyo apis weren't blocking my async stuff, what i can do about it now?