MCPcopy
hub / github.com/geekcomputers/Python / handler_thread

Function handler_thread

thread_signal.py:22–24  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

20
21
22def handler_thread(event):
23 print("main thread end")
24 event.clear()
25
26
27def handler(signum, frame):

Callers 1

handlerFunction · 0.85

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected