Creates a new thread executing the "onExecute" virtual function.
Creates a new thread.
Creates a new thread.
Creates a new thread.
Forcefully cancels the thread, stopping execution.
Blocks the calling thread until the given thread completes.
Virtual function which may be overridden.
Starts executing the thread.
Whether the thread is currently running.
The native implementation defined handle of the thread.
The Thread ID of the calling thread.
The thread Id of the given thread.
Makes the calling thread sleep for the specified amount of time.
A thread of execution.