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

Method join

test/test_log_manager.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 _event.reset();
57 }
58 void join() {
59 _event.wait();
60 }
61private:
62 bthread::CountdownEvent _event;
63};

Callers 2

TEST_FFunction · 0.45
append_entryFunction · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected