Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void WorkThread::WaitForFinish()
36
{
37
if (mThread == NULL)
38
return;
39
40
BfpThread_WaitFor(mThread, -1);
41
}
42
43
bool WorkThread::WaitForFinish(int waitMS)
44
{
Callers
2
DoCompile
Method · 0.80
Run
Method · 0.80
Calls
1
BfpThread_WaitFor
Function · 0.50
Tested by
no test coverage detected