Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
void LoadingThread::NotifyExit()
337
{
338
Platform::InterlockedIncrement(&_exitFlag);
339
}
340
341
void LoadingThread::Join()
342
{
Callers
2
BeforeExit
Method · 0.80
Dispose
Method · 0.80
Calls
1
InterlockedIncrement
Function · 0.50
Tested by
no test coverage detected