Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
int Monitor::waitForever() const {
173
return const_cast<Monitor::Impl*>(impl_)->waitForever();
174
}
175
176
void Monitor::notify() const {
177
const_cast<Monitor::Impl*>(impl_)->notify();
Callers
5
blockUntilTriggered
Method · 0.45
start
Method · 0.45
waitForWork
Method · 0.45
main
Function · 0.45
waitForService
Method · 0.45
Calls
no outgoing calls
Tested by
4
blockUntilTriggered
Method · 0.36
start
Method · 0.36
main
Function · 0.36
waitForService
Method · 0.36