Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ~LoadingThread
Method
~LoadingThread
Source/Engine/Content/Content.cpp:327–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
LoadingThread::~LoadingThread()
328
{
329
if (_thread != nullptr)
330
{
331
_thread->Kill(true);
332
Delete(_thread);
333
}
334
}
335
336
void LoadingThread::NotifyExit()
337
{
Callers
nothing calls this directly
Calls
2
Delete
Function · 0.85
Kill
Method · 0.80
Tested by
no test coverage detected