def halt_now(self, join=True):
     self._interrupt["stop"] = True
     Thread.halt_now(self, join)