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

Method Join

Source/Engine/Content/Content.cpp:341–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341void LoadingThread::Join()
342{
343 auto thread = _thread;
344 if (thread)
345 thread->Join();
346}
347
348bool LoadingThread::Start(const String& name)
349{

Callers 15

DisposeMethod · 0.45
ComboBoxMethod · 0.45
EndWorkerMethod · 0.45
GetXmlKeyMethod · 0.45
SaveExpandedFoldersMethod · 0.45
CreateAuthorsLabelsMethod · 0.45
MainMethod · 0.45
GenerateProjectMethod · 0.45
GenerateProjectMethod · 0.45
GenerateProjectMethod · 0.45
WriteConfigurationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected