Is this code safe with python threading module?

后端 未结 0 482
遇见更好的自我
遇见更好的自我 2020-12-15 20:38

Is my.txt file always hold 100 lines? Does this code guarantee that there is no data loss?

import threading
import os

class Worker(threading.Thread):
    def         


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