Release the read lock.
Source position: systhrdh.inc line 37
public procedure TSimpleRWSync.Endread; |
EndRead releases the current threads read lock on the object, allowing other threads to acquire a read or write lock on the object.
|
Acquire a read lock. |
|
|
Release the write lock. |