Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ wait
Method
wait
src/server/gui/core/utils/ThreadPool.cpp:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void ThreadPool::wait()
75
{
76
mWaiting = true;
77
while (mNumWork.load() > 0)
78
std::this_thread::yield();
79
}
80
81
void ThreadPool::wait(work_function work, int delay)
82
{
Callers
9
main
Function · 0.80
main
Function · 0.80
dataRequestFunction
Function · 0.80
main
Function · 0.80
dataRequestFunction
Function · 0.80
run
Method · 0.80
run
Method · 0.80
threadProc
Method · 0.80
loadConfig
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
4
main
Function · 0.64
dataRequestFunction
Function · 0.64
main
Function · 0.64
dataRequestFunction
Function · 0.64