B
buu
If I have a multithreaded app, and there's one common class for all threads,
I (of course) need to syncrhonize access to it...
so, if I use AutoResetEvent, question is wich (and why) method I should use
to wait for "entrance" of a thread into a common class?
is it WaitOne or WaitAll?
I (of course) need to syncrhonize access to it...
so, if I use AutoResetEvent, question is wich (and why) method I should use
to wait for "entrance" of a thread into a common class?
is it WaitOne or WaitAll?