def shutdown(self): """pass""" self._must_shutdown = True self._is_shutdown.wait() self._meta_runner.stop()