void xtd::threading::thread::start | ( | std::any | obj | ) |
Causes the operating system to change the state of the current instance to xtd::threading::thread_state::running.
obj | An object that contains data to be used by the method the thread executes. |
xtd::threading::thread_state_exception | The thread has already been started. |