List of function in one thread python

后端 未结 0 1248
遇见更好的自我
遇见更好的自我 2021-01-17 16:30

Any way to send a list of python functions to a thread?

I currently have something like this:

   t = threading.Thread (target = lambda q, arg1: q.put (         


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