MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SetPriorityInternal

Function SetPriorityInternal

Source/Engine/Platform/Web/WebThread.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 _thread = 0;
57 }
58 void SetPriorityInternal(ThreadPriority priority) override
59 {
60 // Not supported
61 }
62 void KillInternal(bool waitForJoin) override
63 {
64 if (waitForJoin)

Callers 2

StartMethod · 0.85
SetPriorityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected