]> granicus.if.org Git - python/commit
bpo-32306: Clarify c.f.Executor.map() documentation (#4947)
authorAntoine Pitrou <pitrou@free.fr>
Wed, 20 Dec 2017 18:06:20 +0000 (19:06 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Dec 2017 18:06:20 +0000 (19:06 +0100)
commita7a751dd7b08a5bb6cb399c1b2a6ca7b24aba51d
treec8b943cd021198fac17a544c579830628453f6d9
parent6b91a5972107ec8dd5334f4f2005626baa2b8847
bpo-32306: Clarify c.f.Executor.map() documentation (#4947)

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