Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ execute
Method
execute
core/base/JobSystem.h:86–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
void setThreadData(JobThreadData* threadData) { _threadData = threadData; }
85
86
virtual void execute() {}
87
88
State _taskState{State::Idle};
89
JobThreadData* _threadData{nullptr};
Callers
1
enqueue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected