MCPcopy Index your code
hub / github.com/python/cpython / joiner

Method joiner

Lib/test/test_thread.py:272–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270
271 joiner_started = make_lock()
272 def joiner():
273 joiner_started.release()
274 self_joiner_handle.join()
275
276 with threading_helper.wait_threads_exit():
277 self_joiner_handle = thread.start_joinable_thread(self_joiner)

Callers

nothing calls this directly

Calls 2

releaseMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected