J
Joel Moore
I'm looking at my debugger right now and can clearly see that two threads
have their execution pointer residing within the same Synclock block.
One thread is executing a Monitor.Wait(). I know this suspends the thread
but I didn't think this would open the gate for other threads to enter the
block.
Any ideas what could be happening?
Joel Moore
have their execution pointer residing within the same Synclock block.
One thread is executing a Monitor.Wait(). I know this suspends the thread
but I didn't think this would open the gate for other threads to enter the
block.
Any ideas what could be happening?
Joel Moore