Open main menu

RAD Studio API Documentation β

System.SysUtils.TMREWSync

System.TInterfacedObjectSystem.TObjectTMREWSync

Delphi

TMREWSync = TMultiReadExclusiveWriteSynchronizer;  // short form

C++

typedef TMultiReadExclusiveWriteSynchronizer TMREWSync;

Properties

Type Visibility Source Unit Parent
class
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

TMREWSync is a short name equivalent to TMultiReadExclusiveWriteSynchronizer.

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.