Async / Await usage with asyncio to retrieve urls in parallel

前端 未结 0 788
耶瑟儿~
耶瑟儿~ 2021-02-05 11:53

I\'m looking for transform the following code into parallel execution :

urls = [\'http://example1.org\', \'http://example2.org\', \'...\']

def getResults(urls):
         


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