Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ RemoveSystem
Method
RemoveSystem
Source/Engine/Threading/TaskGraph.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void TaskGraph::RemoveSystem(TaskGraphSystem* system)
76
{
77
_systems.Remove(system);
78
}
79
80
void TaskGraph::Execute()
81
{
Callers
nothing calls this directly
Calls
1
Remove
Method · 0.45
Tested by
no test coverage detected