2
Answers

Why "Synchronization" meaning not coming into C# thread ?

Mohan J

Mohan J

11y
900
1
Hi,
 
I am a beginner to c#. I have confusion on "Synchronization" operation in C#.  If synchronize applied that means locking applied , only one thread allowed at a time right. But "synchronization" means, doing multiple tasks at a time in English. According to that meaning, c# should allow multiple thread at a time when synchronization concept is applied right? Please clarify me.
 
thanks a lot
Answers (2)