FThread::IsJoinable

Checks if the thread object identifies an active thread of execution.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/Thread.h

Include

#include "HAL/Thread.h"

Source

/Engine/Source/Runtime/Core/Private/HAL/Thread.cpp

Syntax

bool IsJoinable() const

Remarks

Checks if the thread object identifies an active thread of execution. A thread that has finished executing code, but has not yet been joined is still considered an active thread of execution and is therefore joinable.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss