Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
join
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_P
Function · 0.45
TEST_P
Function · 0.45
change_routine
Function · 0.45
stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected