MCPcopy Index your code
hub / github.com/RustPython/RustPython / _join_thread

Method _join_thread

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

Source from the content-addressed store, hash-verified

362 results.append(q.qsize() == 0)
363
364 def _join_thread(self, q, barrier_start):
365 # Wait for the barrier to be complete.
366 barrier_start.wait()
367 q.join()
368
369 def _shutdown_all_methods_in_many_threads(self, immediate):
370 # 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