ID EN
Multiprocessing

current_process

Python 3.11

Return the Process object corresponding to the current process.

Syntax

PYTHON
multiprocessing.current_process()

See Also

Process threading.current_thread()