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

Method getPriority

Engine/source/platform/threads/threadPool.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146//--------------------------------------------------------------------------
147
148F32 ThreadPool::WorkItem::getPriority()
149{
150 return 1.0;
151}
152
153//=============================================================================
154// ThreadPool::WorkItemWrapper.

Callers 2

queueWorkItemMethod · 0.45

Calls 3

ptrFunction · 0.85
getContextMethod · 0.45

Tested by

no test coverage detected