We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db98031 commit 3ac3114Copy full SHA for 3ac3114
1 file changed
Doc/library/concurrent.futures.rst
@@ -40,8 +40,8 @@ Executor Objects
40
with ThreadPoolExecutor(max_workers=1) as executor:
41
future = executor.submit(pow, 323, 1235)
42
print(future.result())
43
-
44
+
45
.. method:: map(fn, *iterables, timeout=None, chunksize=1, buffersize=None)
46
47
Similar to :func:`map(fn, *iterables) <map>` except:
0 commit comments