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

Method run

solidui/kernel_program/kernel_manager.py:50–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 self.kc = kc
49
50 def run(self):
51 logger.info("Running message flusher...")
52 while True:
53
54 if self.kill_sema.acquire(blocking=False):
55 logger.info("Sema was released to kill thread")
56 sys.exit()
57
58 flush_kernel_msgs(self.kc)
59 time.sleep(1)
60
61
62def cleanup_spawned_processes():

Callers 4

webpackBuildFunction · 0.80
run_kernel_programFunction · 0.80
run_flask_appFunction · 0.80
main.pyFile · 0.80

Calls 1

flush_kernel_msgsFunction · 0.85

Tested by

no test coverage detected