Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
61
private:
62
bthread::CountdownEvent _event;
63
};
Callers
2
TEST_F
Function · 0.45
append_entry
Function · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected