Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
TaskGraphSystem::~TaskGraphSystem()
23
{
24
// Cleanup any outstanding dependencies
25
for (auto* e : _reverseDependencies)
26
e->_dependencies.Remove(this);
27
}
28
29
void TaskGraphSystem::AddDependency(TaskGraphSystem* system)
30
{
Callers
nothing calls this directly
Calls
1
Remove
Method · 0.45
Tested by
no test coverage detected