MCPcopy Create free account
hub / github.com/axmolengine/axmol / setState

Method setState

core/base/JobSystem.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82protected:
83 void setState(State state) { _taskState = state; }
84 void setThreadData(JobThreadData* threadData) { _threadData = threadData; }
85
86 virtual void execute() {}

Callers 1

enqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected