|
Hello,
I tried to use Monitor class to synchronize two threads and I found a problem:
I start the first thread and second thread. First thread had to block the second thread for few minutes but after few second I aborted the first thread and then, the surprise, the second thread didn’t continue or resume, it was blocked.
Can somebody tell me if this situation is correct or not?
Thank you,
Dan
|