T
Tony Johansson
Hello!
As I understand the join method on a thread object you must have at least
two threads where one thread is waiting for another thread to complete this
mean calling join on the main thread will cause the main thread to hang
waiting for itself which is not possible.
So is my understanding correct here ?
//Tony
As I understand the join method on a thread object you must have at least
two threads where one thread is waiting for another thread to complete this
mean calling join on the main thread will cause the main thread to hang
waiting for itself which is not possible.
So is my understanding correct here ?
//Tony