ReaderWriterLock in C#.NET using System.Threading at .NET Support(msdotnetsupport.blogspot.com)
submitted by
duttavrhotmail(344) 4 years, 2 months ago
ReaderWriterLock is available in System.Threading. ReaderWriterLock is used to acquire locks for a given resource. It allows either concurrent read access for multiple threads, or write access for a single thread.
|category: C#
|Views: 40
tags:
DontUseThis C# another
Everyones tags:
Your Tags: