Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ waitForService
Method
waitForService
test/cpp/src/StressTest.cpp:248–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
m_.notifyAll();
247
}
248
void waitForService() {
249
apache::thrift::concurrency::Synchronized s(m_);
250
while (!awake_)
251
m_.waitForever();
252
}
253
254
private:
255
apache::thrift::concurrency::Monitor m_;
Callers
1
main
Function · 0.80
Calls
1
waitForever
Method · 0.45
Tested by
no test coverage detected