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

Method join

example/block/server.cpp:206–210  ·  view source on GitHub ↗

Blocking this thread until the node is eventually down.

Source from the content-addressed store, hash-verified

204
205 // Blocking this thread until the node is eventually down.
206 void join() {
207 if (_node) {
208 _node->join();
209 }
210 }
211
212private:
213 class SharedFD : public butil::RefCountedThreadSafe<SharedFD> {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected