Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ TaskManager
Method
TaskManager
Source/Falcor/Utils/TaskManager.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
{
32
33
TaskManager::TaskManager(bool startPaused)
34
{
35
if (startPaused)
36
mThreadPool.pause();
37
}
38
39
void TaskManager::addTask(CpuTask&& task)
40
{
Callers
nothing calls this directly
Calls
1
pause
Method · 0.45
Tested by
no test coverage detected