Bridging the Python async gap from the other side
The article discusses the challenges of mixing synchronous and asynchronous code in Python and explores different solutions. It introduces asyncio and provides examples of how to use it to handle async tasks while still executing sync code. The article also introduces the concept of a ThreadRunner c.. read more









