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

Method process

Engine/source/platform/threads/threadPool.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118//--------------------------------------------------------------------------
119
120void ThreadPool::WorkItem::process()
121{
122 execute();
123 mExecuted = true;
124}
125
126//--------------------------------------------------------------------------
127

Callers 3

runMethod · 0.45
queueWorkItemMethod · 0.45

Calls 1

executeFunction · 0.85

Tested by

no test coverage detected