ID EN
Multiprocessing

kill

Python 3.11

Same as terminate() but using the SIGKILL signal on Unix.

Syntax

PYTHON
kill()

See Also

terminate()