MCPcopy 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
254private:
255 apache::thrift::concurrency::Monitor m_;

Callers 1

mainFunction · 0.80

Calls 1

waitForeverMethod · 0.45

Tested by

no test coverage detected