Optimistic thread, failure not supported
Create a suspended thread.
Destroys a thread. The thread is supposed to be finished at this point.
Wait for that thread termination
Starts the thread. Threads are created suspended. This function can only be called once.
See Implementation
Optimistic thread, failure not supported