Mohan J

Mohan J

  • NA
  • 96
  • 30.4k

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

Jan 29 2014 9:25 AM
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)