[New-bugs-announce] [issue29906] Add callback parameter to concurrent.futures.Executor.map

Aron Bordin report at bugs.python.org
Sat Mar 25 21:18:34 EDT 2017


New submission from Aron Bordin:

I'm facing some situations where would be helpful to be able to add a default function callback when calling the Executor.map. So, when making calls with this command we could get the executor result easily.

I think that we could provide a callback parameter to the map function, that adds the callable to the future (similar to add_done_callback).

----------
components: Library (Lib)
messages: 290502
nosy: aron.bordin
priority: normal
severity: normal
status: open
title: Add callback parameter to concurrent.futures.Executor.map
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29906>
_______________________________________


More information about the New-bugs-announce mailing list