Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FThread
Description
Blocks the current thread until the thread identified by this_ finishes its execution. The completion of the thread identified by this_ synchronizes with the corresponding successful return from Join(). No synchronization is performed on `this_ itself. Concurrently calling Join() on the same FThread object from multiple threads constitutes a data race that results in undefined behavior.
| Name | Join |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/Thread.h |
| Include Path | #include "HAL/Thread.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/Thread.cpp |
void Join()