Home
/
Python 3.11
/
Concurrent Futures
/
map
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Concurrent Futures
map
Python 3.11
Similar to map(fn, *iterables) except:
Syntax
PYTHON
Copy
map(fn, *iterables, timeout=None, chunksize=1)
See Also
map(fn
*iterables)
TimeoutError
__next__()
Executor.map()
ProcessPoolExecutor
ThreadPoolExecutor