This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aron.bordin
Recipients aron.bordin
Date 2017-03-26.01:18:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490491114.58.0.0924318232997.issue29906@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-03-26 01:18:35aron.bordinsetrecipients: + aron.bordin
2017-03-26 01:18:34aron.bordinsetmessageid: <1490491114.58.0.0924318232997.issue29906@psf.upfronthosting.co.za>
2017-03-26 01:18:34aron.bordinlinkissue29906 messages
2017-03-26 01:18:32aron.bordincreate