MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / ThreadPoolFunctionTask

Method ThreadPoolFunctionTask

src/engine/ThreadPool.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31{
32public:
33 ThreadPoolFunctionTask(std::function<void()>&& func)
34 : m_func(std::move(func))
35 { }
36
37 void Run() override
38 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected