Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ DispatchJob
Method
DispatchJob
Source/Engine/Threading/TaskGraph.cpp:140–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
void TaskGraph::DispatchJob(const Function<void(int32)>& job, int32 jobCount)
141
{
142
ASSERT(_currentSystem);
143
const int64 label = JobSystem::Dispatch(job, jobCount);
144
_labels.Add(label);
145
}
Callers
8
Execute
Method · 0.80
Execute
Method · 0.80
Base_Update
Method · 0.80
Base_Update
Method · 0.80
Base_Update
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Execute
Method · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected