MCPcopy Create free account
hub / github.com/apple/foundationdb / pingWriterThread

Method pingWriterThread

flow/Trace.cpp:571–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569 }
570
571 Future<Void> pingWriterThread() {
572 auto ping = new WriterThread::Ping;
573 auto f = ping->ack.getFuture();
574 writer->post(ping);
575 return f;
576 }
577
578 void retrieveTraceLogIssues(std::set<std::string>& out) { return issues->retrieveIssues(out); }
579

Callers 1

pingTraceLogWriterThreadFunction · 0.80

Calls 2

getFutureMethod · 0.45
postMethod · 0.45

Tested by

no test coverage detected