MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Run

Method Run

Source/Engine/Platform/iOS/iOSPlatform.cpp:102–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void Run()
103 {
104 Locker.Lock();
105 for (const auto& func : List)
106 {
107 func();
108 }
109 List.Clear();
110 Locker.Unlock();
111 }
112};
113
114MessagePipeline UIThreadPipeline;

Callers 2

iOSPlatform.cppFile · 0.45
TickMethod · 0.45

Calls 3

LockMethod · 0.80
UnlockMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected