[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Start a read operation.
Source position: systhrdh.inc line 18
procedure IReadWriteSync.BeginRead; |
BeginReadindicates that a read operation is about to be started. If a write operation is in progress, then the call will block untill the write operation finished. Depending on the implementation the call may also block if another read operation is in progress.
After BeginRead, any write operation started with BeginWritewill block until EndReadis called.
|
End a read operation |
|
|
Start a write operation. |
|
|
End a write operation. |