Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/braft
/ Run
Method
Run
test/test_node.cpp:2914–2916 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2912
}
2913
}
2914
void Run() {
2915
_event.signal();
2916
}
2917
void wait() {
2918
_event.wait();
2919
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected