]> granicus.if.org Git - python/commit
bpo-32306: Clarify c.f.Executor.map() documentation (GH-4947) (#4948)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Dec 2017 18:19:18 +0000 (10:19 -0800)
committerAntoine Pitrou <pitrou@free.fr>
Wed, 20 Dec 2017 18:19:18 +0000 (19:19 +0100)
commit4aa84e728565a15a82727b9b971126e355f47e9d
treef6d95878c752081bec108984d22f0d8283749894
parent75d1ca26b0b820dd0f173c924887a93581ce8642
bpo-32306: Clarify c.f.Executor.map() documentation (GH-4947) (#4948)

The built-in map() function collects function arguments lazily, but concurrent.futures.Executor.map() does so eagerly.
(cherry picked from commit a7a751dd7b08a5bb6cb399c1b2a6ca7b24aba51d)
Doc/library/concurrent.futures.rst