Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Enqueue
Method
Enqueue
Source/Engine/Content/Content.cpp:429–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
}
428
429
void ContentLoadTask::Enqueue()
430
{
431
LoadTasks.Add(this);
432
#if PLATFORM_THREADS_LIMIT > 1
433
LoadTasksSignal.NotifyOne();
434
#endif
435
}
436
437
bool ContentLoadTask::Run()
438
{
Callers
15
EnqueueRange
Method · 0.45
SaveSceneAsync
Method · 0.45
SaveAllScenesAsync
Method · 0.45
LoadSceneAsync
Method · 0.45
UnloadSceneAsync
Method · 0.45
UnloadAllScenesAsync
Method · 0.45
ReloadScriptsAsync
Method · 0.45
FormatGraph
Method · 0.45
LetThemBeImportedxD
Method · 0.45
LetThemBeCreatedxD
Method · 0.45
BuildAll
Function · 0.45
Build
Function · 0.45
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected