ID EN
Multiprocessing

starmap

Python 3.11

Like map() except that the elements of the iterable are expected to be iterables that are unpacked as arguments.

Syntax

PYTHON
starmap(func, iterable[, chunksize])

See Also

map()