Threads not running in parallel for a system command

前端 未结 0 936
鱼传尺愫
鱼传尺愫 2021-01-16 21:47

This is my script

import threading

class Say(threading.Thread):
    def __init__(self, cmd):
        super(Say, self).__init__()
        self.cmd = cmd
    d         


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