Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ wait
Method
wait
src/msg/async/Event.h:238–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
delete this;
237
}
238
void wait() {
239
ceph_assert(!nonwait);
240
std::unique_lock<std::mutex> l(lock);
241
while (!done)
242
cond.wait(l);
243
}
244
};
245
246
public:
Callers
1
submit_to
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected