I
Ioannis Vranos
One .NET question. Lets assume that a thread has the lock on an object
and performs a
Monitor:ulse(obj);
and with that it returns another thread on this object in the running
state, what happens?
Does the other thread become blocked, and while it is in this blocked
state, does it consume processor time (like an infinite loop for example)?
and performs a
Monitor:ulse(obj);
and with that it returns another thread on this object in the running
state, what happens?
Does the other thread become blocked, and while it is in this blocked
state, does it consume processor time (like an infinite loop for example)?