|
template<typename TCallable , typename ... TArgs> |
| LThread (TCallable &&Func, TArgs &&... Args) |
|
template<typename TCallable , typename ... TArgs> |
void | Setup (TCallable &&Func, TArgs &&... Args) |
| Setup thread. Used whenever the thread function hasn't been passed in the constructor.
|
|
FORCEINLINE void | Run () |
|
FORCEINLINE FThreadHandle | GetHandle () const |
| Get the thread handle.
|
|
FORCEINLINE bool | IsRunning () const |
| Check if the thread is running.
|
|
template<typename TPlatformType>
class LkEngine::LThread< TPlatformType >
Thread implementation, platform-specific.