On 12/25/2009 12:23 AM, mattia wrote:
Hi all, is there a way in python to get back the value of the function
passed to a thread once the thread is finished? Something like
pthread_join() in C?

Thanks, Mattia

use a Queue to pass the value out?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to