| 18 | #include "Engine/Scripting/Internal/InternalCalls.h" |
| 19 | |
| 20 | FLAXENGINE_API bool IsInMainThread() |
| 21 | { |
| 22 | return Globals::MainThreadID == Platform::GetCurrentThreadID(); |
| 23 | } |
| 24 | |
| 25 | String ThreadPoolTask::ToString() const |
| 26 | { |
no test coverage detected