ID EN
Multiprocessing

Manager

Python 3.11

Returns a started SyncManager object which can be used for sharing objects between processes. The returned manager object corresponds to a spawned child process and has methods which will create shared objects and return corresponding proxies.

Syntax

PYTHON
multiprocessing.Manager()

See Also

SyncManager