ID EN
Threading

join

Python 3.11

Wait until the thread terminates. This blocks the calling thread until the thread whose join() method is called terminates – either normally or through an unhandled exception – or until the optional timeout occurs.

Syntax

PYTHON
join(timeout=None)

See Also

join() join() is_alive() join() join() join() RuntimeError join()