RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.TMREWSync Type

TMREWSync is a short name equivalent to TMultiReadExclusiveWriteSynchronizer.

Pascal
C++

SysUtils

The TMREWSync type is used instead of TMultiReadExclusiveWriteSynchronizer.

Note: TMultiReadExclusiveWriteSynchronizer is a class that minimizes thread serialization to gain read access to a resource shared among threads while still providing complete exclusivity to callers needing write access to the shared resource.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!