Is there a way to go through a list of objects in Python and execute two async functions using a for loop?

前端 未结 0 513
南方客
南方客 2020-12-14 19:49

so i am trying to go through a list of objects, and i should use two functions like this: await asyncio.wait([knxReadDaemon(i), searchCommandsToExecute(i)])

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