MCPcopy 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
429void ContentLoadTask::Enqueue()
430{
431 LoadTasks.Add(this);
432#if PLATFORM_THREADS_LIMIT > 1
433 LoadTasksSignal.NotifyOne();
434#endif
435}
436
437bool ContentLoadTask::Run()
438{

Callers 15

EnqueueRangeMethod · 0.45
SaveSceneAsyncMethod · 0.45
SaveAllScenesAsyncMethod · 0.45
LoadSceneAsyncMethod · 0.45
UnloadSceneAsyncMethod · 0.45
UnloadAllScenesAsyncMethod · 0.45
ReloadScriptsAsyncMethod · 0.45
FormatGraphMethod · 0.45
LetThemBeImportedxDMethod · 0.45
LetThemBeCreatedxDMethod · 0.45
BuildAllFunction · 0.45
BuildFunction · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected