MCPcopy Index your code
hub / github.com/FrameworkComputer/inputmodule-rs / stop_thread

Function stop_thread

python/inputmodule/gui/gui_threading.py:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def stop_thread():
7 global STOP_THREAD
8 STOP_THREAD = True
9
10
11def reset_thread():

Callers 1

run_guiFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected