MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~TaskGraphSystem

Method ~TaskGraphSystem

Source/Engine/Threading/TaskGraph.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22TaskGraphSystem::~TaskGraphSystem()
23{
24 // Cleanup any outstanding dependencies
25 for (auto* e : _reverseDependencies)
26 e->_dependencies.Remove(this);
27}
28
29void TaskGraphSystem::AddDependency(TaskGraphSystem* system)
30{

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected