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

◆ start() [1/2]

void xtd::threading::thread::start ( )

Causes the operating system to change the state of the current instance to xtd::threading::thread_state::running.

Exceptions
xtd::threading::thread_state_exceptionThe thread has already been started.
Examples
event_wait_handle.cpp, interlocked_decrement.cpp, and timeout.cpp.