MCPcopy Create free account
hub / github.com/RenderKit/oidn / submitHostFunc

Method submitHostFunc

devices/cpu/cpu_engine.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 void CPUEngine::submitHostFunc(std::function<void()>&& f, const Ref<CancellationToken>& ct)
153 {
154 submitFunc(std::move(f), ct);
155 }
156
157 void CPUEngine::wait()
158 {

Callers 1

submitUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected