I am trying to understand how we can use generator based coroutines to write asynchronous code in a sequential style without using any of the new features in Python so that the fundamental idea is clear. Is this approach fine? One thing I can probably improve upon is the idea of using other coroutines. IsRead more