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.
Showing
Please
register
or
sign in
to comment
The built-in map() function collects function arguments lazily, but concurrent.futures.Executor.map() does so eagerly.