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

Method setThreadData

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

Source from the content-addressed store, hash-verified

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

Callers 1

enqueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected