id: tthread title: TThread
Thread type
Method Detach()Detach this thread
Method Wait:Object()Wait for this thread to finish
The object returned by the thread.
Method Running:Int()Check if this thread is running
Function Create:TThread( entry:Object( data:Object),data:Object )Create a new thread
Function Main:TThread()Get main thread
A thread object representing the main application thread.
Function Current:TThread()Get current thread
A thread object representing the current thread.