Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
MessagePipeline UIThreadPipeline;
Callers
2
iOSPlatform.cpp
File · 0.45
Tick
Method · 0.45
Calls
3
Lock
Method · 0.80
Unlock
Method · 0.80
Clear
Method · 0.45
Tested by
no test coverage detected