Does bare yield or asyncio.sleep(0) put the coroutine at the END of execution queue of event loop, so that other already waiting coroutines takes precedence? Is this the case?
If not, what is the policy for execution order? FIFO, random, ...? Regards, Imran
