How to run long running tasks and return result immediately?

前端 未结 0 1104
予麋鹿
予麋鹿 2021-02-02 05:15

I would like to run the tasks and return the result immediately

tasks = [
   asyncio.create_task(self.start_update(update, spec))
   for update, spec in zip(updat         


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