考虑Python 文档中的这个示例:def gen(): # defines a generator function yield 123async def agen(): # defines an asynchronous generator function yield 123我知道这个例子很简单,但是我可以做什么gen,不能做什么agen,反之亦然?我会以什么方式注意到它们的不同?有关的:我认为这个问题会有所帮助,但我仍然不明白: What are the differences between the purposes of generator functions and asynchronous generator functions
添加回答
举报
0/150
提交
取消