MCPcopy Create free account
hub / github.com/baidu/braft / wait

Method wait

test/test_node.cpp:2917–2919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2915 _event.signal();
2916 }
2917 void wait() {
2918 _event.wait();
2919 }
2920 braft::AppendEntriesRequest& request() { return _request; }
2921 braft::AppendEntriesResponse& response() { return _response; }
2922 brpc::Controller& cntl() {

Callers 7

joinMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45
change_routineFunction · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected