MCPcopy 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
84void Threading::finish()
85{
86 for (auto& t : gData.threads)
87 {
88 if (t.joinable())
89 t.join();
90 }
91}
92
93Threading::Task::Task() {}
94

Callers 1

endFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected