ID EN
Multiprocessing

RawArray

Python 3.11

Return a ctypes array allocated from shared memory.

Syntax

PYTHON
multiprocessing.sharedctypes.RawArray(typecode_or_type, size_or_initializer)

See Also

array Array()