MCPcopy
hub / github.com/uber/aresdb / run

Method run

cluster/topology/dynamic_test.go:184–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184func (w *testWatch) run() {
185 time.Sleep(w.firstDelay)
186 w.update()
187 for w.currentCalled < w.closeAfter {
188 time.Sleep(w.nextDelay)
189 w.update()
190 }
191 close(w.ch)
192}
193
194func (w *testWatch) update() {
195 w.Lock()

Callers 1

dynamic_test.goFile · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected