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

Method Run

test/test_snapshot_executor.cpp:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 SyncClosure() {
244 }
245 void Run() {
246 _event.signal();
247 }
248 void wait() {
249 _event.wait();
250 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected