Re: Fetching the Return results of a spawned Thread



Alvin A. Delagon wrote:
Is there any way to fetch the Return results of spawned threads within the parent script?

There are several examples of this in the threading section of the Python Cookbook for example
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/84317
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/435883

Kent
.