G
Guest
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
In python I can wait with join, but how would you get a result from the thread?
Thanks for any help,
Jason