[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
End the current thread
Source position: threadh.inc line 126
procedure DoneThread; |
DoneThread should be used to end the current thread. It performs the necessary housekeeping before actually ending the thread. Using the operating system calls to end the thread may result in data corruption or memory leaks.
|
Start a new thread. |