in utils/thread_manager.py [0:0]
def stop(self): for handler in self.handlers: handler.stop_event.set() for thread in self.threads: thread.join()