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

Method Run

src/engine/ThreadPool.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 { }
36
37 void Run() override
38 {
39 return m_func();
40 }
41
42private:
43 std::function<void()> m_func;

Callers 1

ThreadProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected