MCPcopy Create free account
hub / github.com/Qihoo360/evpp / LoadThread

Method LoadThread

apps/evmc/memcache_client_base.cc:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void MemcacheClientBase::LoadThread() {
54 load_loop_->Run();
55 LOG_ERROR << "load thread exit...";
56}
57
58
59void MemcacheClientBase::BuilderMemClient(evpp::EventLoop* loop, std::string& server, std::map<std::string, MemcacheClientPtr>& client_map, const int timeout_ms) {

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected