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

◆ join() [1/3]

void xtd::threading::thread::join ( )

Blocks the calling thread until this thread object terminates, while continuing to perform standard COM and SendMessage pumping.

Exceptions
xtd::threading::thread_state_exceptionThe caller attempted to join a thread that is in the xtd::threading::thread_state::unstarted state.
Examples
interlocked.cpp, lock_guard.cpp, and monitor.cpp.