Home
/
Python 3.11
/
Multiprocessing
/
imap
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Multiprocessing
imap
Python 3.11
A lazier version of map().
Syntax
PYTHON
Copy
imap(func, iterable[, chunksize])
See Also
map()
map()
imap()
multiprocessing.TimeoutError