MCPcopy Create free account
hub / github.com/LMCache/LMBenchmark / stop_loop

Method stop_loop

mooncake/utils.py:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 assert cls._thread is not None, "Thread is not started"
100
101 def stop_loop():
102 cls._logger.debug("Stopping the loop!")
103 cls._loop.stop()
104
105 cls._logger.info("Waiting for remaining tasks to finish")
106 cls.WaitLoop()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected