asyncronous jobs in for loop in python

后端 未结 0 650
迷失自我
迷失自我 2020-12-20 18:39

I have a function

async def hello(a):
    await asyncio.sleep(2)
    print(a)

i want to call this function for several elements in a list asy

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