Python - How to use multi threading with queue when you don't know how many times you need to

后端 未结 0 333
孤独总比滥情好
孤独总比滥情好 2020-12-19 10:15

I am using python and I am using it to read a text file and then am processing the data every x amount of lines.

for line in open(\'verybigfile.txt\'):
    pr         


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