MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / StartAsyncTask

Function StartAsyncTask

tools/cli/Utils.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void StartAsyncTask(std::function<void()> function)
141{
142 g_ThreadPool.AddTask(function);
143}
144
145void WaitForAllTasks()
146{

Callers 3

SaveImagesFromTextureSetFunction · 0.85
LoadImagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected