Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
void StartAsyncTask(std::function<void()> function)
141
{
142
g_ThreadPool.AddTask(function);
143
}
144
145
void WaitForAllTasks()
146
{
Callers
3
SaveImagesFromTextureSet
Function · 0.85
LoadImages
Function · 0.85
SaveGraphicsStagingTextures
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected