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

Method _join_thread

Lib/test/test_queue.py:366–369  ·  view source on GitHub ↗
(self, q, barrier_start)

Source from the content-addressed store, hash-verified

364 results.append(q.qsize() == 0)
365
366 def _join_thread(self, q, barrier_start):
367 # Wait for the barrier to be complete.
368 barrier_start.wait()
369 q.join()
370
371 def _shutdown_all_methods_in_many_threads(self, immediate):
372 # Run a 'multi-producers/consumers queue' use case,

Callers

nothing calls this directly

Calls 2

waitMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected