[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Read/Write synchronizing object.
Source position: systhrdh.inc line 26
type TSimpleRWSync = class(TInterfacedObject, IReadWriteSync) end; |
|
Read/Write synchronizing object. |
|
| | ||
|
||
| | ||
|
Base class of all classes. |
TSimpleRWSync implements a simple read/write locking mechanism. It controls access to an object: only a single thread is allowed access to an object for either read or write operations.
Access is controlled through a single critical section.
|
Standard implementation of a IReadWriteSync interface |