Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/braft
/ wait
Method
wait
test/test_snapshot_executor.cpp:248–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
_event.signal();
247
}
248
void wait() {
249
_event.wait();
250
}
251
bthread::CountdownEvent _event;
252
};
253
Callers
1
install_thread
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected