考慮Python 文檔中的這個(gè)示例:def gen(): # defines a generator function yield 123async def agen(): # defines an asynchronous generator function yield 123我知道這個(gè)例子很簡(jiǎn)單,但是我可以做什么gen,不能做什么agen,反之亦然?我會(huì)以什么方式注意到它們的不同?有關(guān)的:我認(rèn)為這個(gè)問(wèn)題會(huì)有所幫助,但我仍然不明白: What are the differences between the purposes of generator functions and asynchronous generator functions
添加回答
舉報(bào)
0/150
提交
取消