MCPcopy Create free account
hub / github.com/MorvanZhou/tutorials / T2_job

Function T2_job

threadingTUT/thread3_join.py:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 print('T1 finish\n')
13
14def T2_job():
15 print('T2 start\n')
16 print('T2 finish\n')
17
18def main():
19 added_thread = threading.Thread(target=thread_job, name='T1')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected