Login
From:
death and gravity
(Uncensored)
subscribe
Running async code from sync in Python asyncio - death and gravity
https://death.andgravity.com/asyncio-bridge
links
backlinks
Roast topics
Find topics
Find it!
So, you're doing some sync stuff. But you also need to do some async stuff, without making *everything* async. Hint: asyncio.Runner will get you at least part of the way there.