Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
void LoadingThread::Join()
342
{
343
auto thread = _thread;
344
if (thread)
345
thread->Join();
346
}
347
348
bool LoadingThread::Start(const String& name)
349
{
Callers
15
RemovePathRelativeParts
Method · 0.45
Dispose
Method · 0.45
ComboBox
Method · 0.45
EndWorker
Method · 0.45
GetXmlKey
Method · 0.45
SaveExpandedFolders
Method · 0.45
CreateAuthorsLabels
Method · 0.45
Main
Method · 0.45
GenerateProject
Method · 0.45
GenerateProject
Method · 0.45
GenerateProject
Method · 0.45
WriteConfiguration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected