ID EN
Multiprocessing

cancel_join_thread

Python 3.11

Prevent join_thread() from blocking. In particular, this prevents the background thread from being joined automatically when the process exits – see join_thread().

Syntax

PYTHON
cancel_join_thread()

See Also

join_thread() join_thread()