The delegate that will be called by the thread.
The thread stack size in bytes. 0 for default size.
a pointer to be passed to thread delegate
Warning: It is STRONGLY ADVISED to pass a class member delegate (not a struct member delegate) to have additional context. Passing struct method delegates are currently UNSUPPORTED.
Create a thread with user data. Thread is not created until start has been called.