Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
Task* Task::StartNew(Task* task)
123
{
124
ASSERT(task);
125
task->Start();
126
return task;
127
}
128
129
Task* Task::StartNew(const Function<void()>& action, Object* target)
130
{
Callers
5
RunOnUpdate
Method · 0.80
Main
Method · 0.80
Run
Method · 0.80
Profiling
Class · 0.80
Build
Method · 0.80
Calls
2
StartNew
Function · 0.85
Start
Method · 0.45
Tested by
no test coverage detected