thread return code

Rajat rajat.dudeja at gmail.com
Tue Jan 19 04:51:02 EST 2010


Hi,

I'm using threading module in Python 2.6.4. I'm using thread's join()
method.

On the new thread I'm running a function which returns a code at the
end. Is there a way I access that code in the parent thread after
thread finishes? Simply, does join() could get me that code?


Regards,
Rajat



More information about the Python-list mailing list