MCPcopy 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
327LoadingThread::~LoadingThread()
328{
329 if (_thread != nullptr)
330 {
331 _thread->Kill(true);
332 Delete(_thread);
333 }
334}
335
336void LoadingThread::NotifyExit()
337{

Callers

nothing calls this directly

Calls 2

DeleteFunction · 0.85
KillMethod · 0.80

Tested by

no test coverage detected