MCPcopy Create free account
hub / github.com/beefytech/Beef / WaitForFinish

Method WaitForFinish

BeefySysLib/util/WorkThread.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void WorkThread::WaitForFinish()
36{
37 if (mThread == NULL)
38 return;
39
40 BfpThread_WaitFor(mThread, -1);
41}
42
43bool WorkThread::WaitForFinish(int waitMS)
44{

Callers 2

DoCompileMethod · 0.80
RunMethod · 0.80

Calls 1

BfpThread_WaitForFunction · 0.50

Tested by

no test coverage detected