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

Method BeforeExit

Source/Engine/Content/Content.cpp:254–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void ContentService::BeforeExit()
255{
256#if PLATFORM_THREADS_LIMIT > 1
257 // Signal threads to end work soon
258 for (auto thread : LoadThreads)
259 thread->NotifyExit();
260 LoadTasksSignal.NotifyAll();
261#endif
262}
263
264void ContentService::Dispose()
265{

Callers

nothing calls this directly

Calls 1

NotifyExitMethod · 0.80

Tested by

no test coverage detected