MCPcopy Create free account
hub / github.com/apache/thrift / waitForever

Method waitForever

lib/cpp/src/thrift/concurrency/Monitor.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172int Monitor::waitForever() const {
173 return const_cast<Monitor::Impl*>(impl_)->waitForever();
174}
175
176void Monitor::notify() const {
177 const_cast<Monitor::Impl*>(impl_)->notify();

Callers 5

blockUntilTriggeredMethod · 0.45
startMethod · 0.45
waitForWorkMethod · 0.45
mainFunction · 0.45
waitForServiceMethod · 0.45

Calls

no outgoing calls

Tested by 4

blockUntilTriggeredMethod · 0.36
startMethod · 0.36
mainFunction · 0.36
waitForServiceMethod · 0.36