M
Mike
I have to ask a stupid question regarding Monitor.
Wait() and Pulse() make be used to wait for and signal events in a
given thread.
However, neither can be used until calling within a synchronized block
between calls to Enter() and Exit().
Am I missing something when I say that it seems useless to use this
facility to synchronize threading activities between 2 or more
threads?
Maybe an event is more appropriate than Monitor?
Wait() and Pulse() make be used to wait for and signal events in a
given thread.
However, neither can be used until calling within a synchronized block
between calls to Enter() and Exit().
Am I missing something when I say that it seems useless to use this
facility to synchronize threading activities between 2 or more
threads?
Maybe an event is more appropriate than Monitor?