ID EN
Multiprocessing

join_thread

Python 3.11

Join the background thread. This can only be used after close() has been called. It blocks until the background thread exits, ensuring that all data in the buffer has been flushed to the pipe.

Syntax

PYTHON
join_thread()

See Also

close() cancel_join_thread() join_thread()