Callbacks with concurrent.futures

Joseph L. Casale jcasale at activenetwerx.com
Wed Mar 11 15:32:28 EDT 2015


I have a ProcessPoolExecutor for which I am attaching multiple callbacks.
As this must be process based and not thread based, I don't have the
luxury communication between threads. Without a queue, does something
inherent exist in concurrent futures that allows me to accumulate some
data from the final callback?

Thanks,
jlc


More information about the Python-list mailing list