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

Method StartNew

Source/Engine/Threading/Task.cpp:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122Task* Task::StartNew(Task* task)
123{
124 ASSERT(task);
125 task->Start();
126 return task;
127}
128
129Task* Task::StartNew(const Function<void()>& action, Object* target)
130{

Callers 5

RunOnUpdateMethod · 0.80
MainMethod · 0.80
RunMethod · 0.80
ProfilingClass · 0.80
BuildMethod · 0.80

Calls 2

StartNewFunction · 0.85
StartMethod · 0.45

Tested by

no test coverage detected