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

Function end_thread

solidui/kernel_program/kernel_manager.py:132–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 t.start()
131
132 def end_thread():
133 kill_sema.release()
134
135 atexit.register(end_thread)
136

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected