G
Guest
I have a thread that has a delegate function which will be called when
another process exits. This thread went to sleep, the process exits and is
supposed to call the delegate, but it did not happen. When the thread wake
up, the function is not called either.
The question is, will a thread ignore all the callback when it is sleeping?
another process exits. This thread went to sleep, the process exits and is
supposed to call the delegate, but it did not happen. When the thread wake
up, the function is not called either.
The question is, will a thread ignore all the callback when it is sleeping?