Fetching the Return results of a spawned Thread

Kent Johnson kent at kentsjohnson.com
Tue Feb 28 07:29:43 EST 2006


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



More information about the Python-list mailing list