-
Antoine Pitrou yazdı
The built-in map() function collects function arguments lazily, but concurrent.futures.Executor.map() does so eagerly.
The built-in map() function collects function arguments lazily, but concurrent.futures.Executor.map() does so eagerly.