Home
/
Python 3.11
/
Multiprocessing
/
kill
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Multiprocessing
kill
Python 3.11
Same as terminate() but using the SIGKILL signal on Unix.
Syntax
PYTHON
Copy
kill()
See Also
terminate()