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

◆ joinable()

bool xtd::threading::thread::joinable ( ) const
noexcept

Gets a value indicating the current thread is joinable.

Returns
true if this thread is joinable; otherwise, false.
Remarks
A thread is joinable if it started, not stopped and if is not a background thread.
if the thread is joinable you can call the xtd::threading::thread::join method.