[issue29906] Add callback parameter to concurrent.futures.Executor.map

2022-03-19 Thread Irit Katriel


Irit Katriel  added the comment:

Since nobody followed up on this for 5 years, I would suggest that (if you are 
still interested in this) you raise this on python-ideas and ideally also 
implement and submit a patch.

If this is abandoned I will close the issue in a couple of weeks.

--
nosy: +iritkatriel
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29906] Add callback parameter to concurrent.futures.Executor.map

2017-03-25 Thread Aron Bordin

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com