MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ~GcsDnsCache

Method ~GcsDnsCache

tensorflow/core/platform/cloud/gcs_dns_cache.h:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 GcsDnsCache(Env* env, int64 refresh_rate_secs);
43
44 ~GcsDnsCache() {
45 mutex_lock l(mu_);
46 cancelled_ = true;
47 cond_var_.notify_one();
48 }
49
50 // Annotate the given HttpRequest with resolve overrides from the cache.
51 void AnnotateRequest(HttpRequest* request);

Callers

nothing calls this directly

Calls 1

notify_oneMethod · 0.80

Tested by

no test coverage detected