__init__(self.function) threading.Thread.start(self) def stop(self): self.kill_pill.set() def run(self): while not self.kill_pill.is_set(): self.function()
確定! 回上一頁