Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Run
Method
Run
Source/Engine/Content/Content.cpp:362–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
}
361
362
void LoadingThread::Run(ContentLoadTask* job)
363
{
364
ASSERT(job);
365
366
job->Execute();
367
_totalTasksDoneCount++;
368
}
369
370
String LoadingThread::ToString() const
371
{
Callers
2
Update
Method · 0.45
WaitForTask
Method · 0.45
Calls
8
Lock
Method · 0.80
Unlock
Method · 0.80
AtomicRead
Function · 0.50
Run
Function · 0.50
ToString
Function · 0.50
Execute
Method · 0.45
Find
Method · 0.45
Wait
Method · 0.45
Tested by
no test coverage detected