Staging
v0.5.1
Revision a7a751dd7b08a5bb6cb399c1b2a6ca7b24aba51d authored by Antoine Pitrou on 20 December 2017, 18:06:20 UTC, committed by GitHub on 20 December 2017, 18:06:20 UTC
The built-in map() function collects function arguments lazily, but concurrent.futures.Executor.map() does so eagerly.
1 parent 6b91a59
History
File Mode Size
__init__.py -rw-r--r-- 45.2 KB
abc.py -rw-r--r-- 68 bytes

back to top