thread_state
The new thread’s state.
Declaration
var thread_state: UnsafeMutablePointer<es_thread_state_t>?Discussion
When creating a thread with thread_create_running(_:_:_:_:_:), this value contains an es_thread_state_t value. When using thread_create(_:_:), this value is NULL.