In the document here: https://docs.python.org/3/library/asyncio-task.html, I found many yield from can be replaced by await.
I was wondering whether they are equivalent all the time in Python 3.5. Does anyone have ideas about this?
In the document here: https://docs.python.org/3/library/asyncio-task.html, I found many yield from can be replaced by await.
I was wondering whether they are equivalent all the time in Python 3.5. Does anyone have ideas about this?