xtd 0.2.0
Loading...
Searching...
No Matches

◆ start() [2/2]

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.

Parameters
objAn object that contains data to be used by the method the thread executes.
Exceptions
xtd::threading::thread_state_exceptionThe thread has already been started.