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

◆ auto_join() [2/2]

thread & xtd::threading::thread::auto_join ( bool  value)

Sets a value indicating the current thread wiil be joined when destroyed.

Parameters
valuetrue if this thread will be joined when destroyed; otherwise, false.
Returns
The xtd::threading::thread current instance.