Passing data across callbacks in ThreadPoolExecutor

Joseph L. Casale jcasale at activenetwerx.com
Tue Feb 16 16:48:59 EST 2016


What is the pattern for chaining execution of tasks with ThreadPoolExecutor?
Callbacks is not an adequate facility as each task I have will generate new output.

Thanks,
jlc


More information about the Python-list mailing list