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

Method _finalize_join

Lib/multiprocessing/queues.py:213–220  ·  view source on GitHub ↗
(twr)

Source from the content-addressed store, hash-verified

211
212 @staticmethod
213 def _finalize_join(twr):
214 debug('joining queue thread')
215 thread = twr()
216 if thread is not None:
217 thread.join()
218 debug('... queue thread joined')
219 else:
220 debug('... queue thread already dead')
221
222 @staticmethod
223 def _finalize_close(buffer, notempty):

Callers

nothing calls this directly

Calls 2

debugFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected