ID EN
Multiprocessing

map_async

Python 3.11

A variant of the map() method which returns a AsyncResult object.

Syntax

PYTHON
map_async(func, iterable[, chunksize[, callback[, error_callback]]])

See Also

map() AsyncResult