threads and return values

holger krekel pyth at devel.trillke.net
Mon May 6 06:10:25 EDT 2002


Adonis wrote:
> if i push a function into a thread, how can i retrieve the value of the
> returning function?
> 
> any help would greatly be appreciated.

You should look into the nice future-recipe from David Perry:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/84317

regards,

    holger





More information about the Python-list mailing list