首页
异步生成器async_generator
async_generator 是异步生成器。next方法无法适用
可使用__anext__()方法
v = await x.
__anext__
()
相关
标签