MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / __init__

Method __init__

solidui/kernel_program/kernel_manager.py:45–48  ·  view source on GitHub ↗
(self, kc, kill_sema)

Source from the content-addressed store, hash-verified

43
44class FlushingThread(threading.Thread):
45 def __init__(self, kc, kill_sema):
46 threading.Thread.__init__(self)
47 self.kill_sema = kill_sema
48 self.kc = kc
49
50 def run(self):
51 logger.info("Running message flusher...")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected