threading

jesso1607_at_rogers.com
Date: 06/29/04


Date: Tue, 29 Jun 2004 14:36:50 -0400
To: <python-list@python.org>

I want to get results from a thread from the main thread. In C I would use pthread_join to wait for the thread and access the result in a paramter I passed to pthread_join.

In python I can wait with join, but how would you get a result from the thread?

Thanks for any help,
Jason