Why can't I 'yield from' inside an async function?

前端 未结 0 468
梦谈多话
梦谈多话 2021-02-12 06:00

In Python 3.6, I am able to use yield inside a coroutine. However I am not able to use yield from.

Below is my code. On line 3 I await another

相关标签:
回答
  • 消灭零回复
提交回复
热议问题