Search Results

5
votes

Synchronization for multiple readers, single writer?

There is a class for that purpose in RTL(sysutils) : TMultiReadExclusiveWriteSynchroniser It is very easy to use. You don't need to strictly categorize your threads like re …