Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/braft
/ join
Method
join
example/counter/server.cpp:163–167 ·
view source on GitHub ↗
Blocking this thread until the node is eventually down.
Source
from the content-addressed store, hash-verified
161
162
// Blocking this thread until the node is eventually down.
163
void join() {
164
if (_node) {
165
_node->join();
166
}
167
}
168
169
private:
170
friend class FetchAddClosure;
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected