MCPcopy 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
33TaskManager::TaskManager(bool startPaused)
34{
35 if (startPaused)
36 mThreadPool.pause();
37}
38
39void TaskManager::addTask(CpuTask&& task)
40{

Callers

nothing calls this directly

Calls 1

pauseMethod · 0.45

Tested by

no test coverage detected