1#include <Foundation/FoundationInternal.h>
2PL_FOUNDATION_INTERNAL_HEADER
4#include <Foundation/Threading/Thread.h>
10void* plThreadClassEntryPoint(
void* pThreadParameter)
12 PL_ASSERT_RELEASE(pThreadParameter !=
nullptr,
"thread parameter in thread entry point must not be nullptr!");
This class is the base class for platform independent long running threads.
Definition Thread.h:40