G
Guest
I wish to control other threads, that are warped with my own classes, so when
they are in any wait state (lock(), Monitor.Wait(), ReadWriteLock.Wait(),
Mutex.Wait(), AutoResetEvent.Wait(), ManualResetEvent.Wait()) I’ll be able to
take them out of the wait state even if the object which they are waiting on
is not signaled (still blocking).
How can I do that?
they are in any wait state (lock(), Monitor.Wait(), ReadWriteLock.Wait(),
Mutex.Wait(), AutoResetEvent.Wait(), ManualResetEvent.Wait()) I’ll be able to
take them out of the wait state even if the object which they are waiting on
is not signaled (still blocking).
How can I do that?