End the current thread.
Source position: threadh.inc line 127
procedure DoneThread; |
DoneThread should be used to clean up the current thread. It performs the necessary housekeeping before the thread is actually ended. Under normal circumstances, you must not call this, it is called automatically.
|
Start a new thread. |
|
|
End the current thread. |