threading

jesso1607 at rogers.com jesso1607 at rogers.com
Tue Jun 29 14:36:50 EDT 2004


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

     





More information about the Python-list mailing list