L
Luk Vloemans
Hey,
Having a few problems using threads in C#. In the msdn documentation,
mutual exclusion is only discussed when dealing with threads that all
execute the same method.
What's the actual meaning of the lock function?
All I want to do is keep other threads from entering their critical
sections when one of the threads is its critical section.
The critical sections are different though, they are not located inside
the same method.
Any help please?
Thanks in advance,
Luk Vloemans
Having a few problems using threads in C#. In the msdn documentation,
mutual exclusion is only discussed when dealing with threads that all
execute the same method.
What's the actual meaning of the lock function?
All I want to do is keep other threads from entering their critical
sections when one of the threads is its critical section.
The critical sections are different though, they are not located inside
the same method.
Any help please?
Thanks in advance,
Luk Vloemans