Optimize includes in ThreadLocal.h

This commit is contained in:
Wojtek Figat
2021-07-08 00:27:34 +02:00
parent 446458d20c
commit f5e5686853
41 changed files with 45 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
#include "Task.h"
#include "Engine/Core/Types/String.h"
#include "Engine/Threading/Threading.h"
// Invokes a target method on a main thread (using task or directly if already on main thread)
// Example: INVOKE_ON_MAIN_THREAD(Collector, Collector::SyncData, this);