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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to