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 <rep...@bugs.python.org> <http://bugs.python.org/issue29906> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com