Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ finish
Method
finish
Source/Falcor/Utils/Threading.cpp:84–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void Threading::finish()
85
{
86
for (auto& t : gData.threads)
87
{
88
if (t.joinable())
89
t.join();
90
}
91
}
92
93
Threading::Task::Task() {}
94
Callers
1
endFrame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected