Definition MainThread.hpp:8
int Run()
Definition MainThread.cpp:8
void ThreadInit() override
Executed while starting the thread.
Definition MainThread.hpp:17
static String id
Definition MainThread.hpp:10
void ThreadDestroy() override
Executed when the thread is being stopped.
Definition MainThread.hpp:19
String GetThreadId() override
Definition MainThread.hpp:12
void ThreadUpdate() override
Executed while the thread is active.
Definition MainThread.hpp:18