MCPcopy 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
362void LoadingThread::Run(ContentLoadTask* job)
363{
364 ASSERT(job);
365
366 job->Execute();
367 _totalTasksDoneCount++;
368}
369
370String LoadingThread::ToString() const
371{

Callers 2

UpdateMethod · 0.45
WaitForTaskMethod · 0.45

Calls 8

LockMethod · 0.80
UnlockMethod · 0.80
AtomicReadFunction · 0.50
RunFunction · 0.50
ToStringFunction · 0.50
ExecuteMethod · 0.45
FindMethod · 0.45
WaitMethod · 0.45

Tested by

no test coverage detected