MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / run

Method run

Engine/source/platform/async/asyncUpdate.cpp:72–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70//--------------------------------------------------------------------------
71
72void AsyncUpdateThread::run( void* )
73{
74 _setName( getName() );
75
76 while( !checkForStop() )
77 {
78 _waitForEventAndReset();
79
80 if( !checkForStop() )
81 mUpdateList->process();
82 }
83}

Callers

nothing calls this directly

Calls 2

getNameFunction · 0.50
processMethod · 0.45

Tested by

no test coverage detected