ID EN
Multiprocessing

Array

Python 3.11

Return a ctypes array allocated from shared memory. By default the return value is actually a synchronized wrapper for the array.

Syntax

PYTHON
multiprocessing.Array(typecode_or_type, size_or_initializer, *, lock=True)

See Also

array Lock RLock ctypes.c_char