How can I send individual strings to use multithreading in python?

前端 未结 0 1884
遥遥无期
遥遥无期 2020-12-15 12:33

I\'m having a problem with multithreading. I have the below list and function.

tickers = [\'AAA.US\', \'AAAU.US\']

def downloadJSON(ticker):
  print(ticker)         


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