MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / NotifyExit

Method NotifyExit

Source/Engine/Content/Content.cpp:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void LoadingThread::NotifyExit()
337{
338 Platform::InterlockedIncrement(&_exitFlag);
339}
340
341void LoadingThread::Join()
342{

Callers 2

BeforeExitMethod · 0.80
DisposeMethod · 0.80

Calls 1

InterlockedIncrementFunction · 0.50

Tested by

no test coverage detected