MCPcopy 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
140void 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

ExecuteMethod · 0.80
ExecuteMethod · 0.80
Base_UpdateMethod · 0.80
Base_UpdateMethod · 0.80
Base_UpdateMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected