Shall I use asyncio.create_task() before calling asyncio.gather()?

前端 未结 0 654
忘了有多久
忘了有多久 2021-02-05 23:30

Was wondering if there is any benefit of directly calling asyncio.gather(*coros) rather than starting the tasks with asyncio.create_task() and then cal

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