MCPcopy Index your code
hub / github.com/cortexproject/cortex / Loop

Method Loop

pkg/cortex/server_service.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62type ignoreSignalHandler chan struct{}
63
64func (dh ignoreSignalHandler) Loop() {
65 <-dh
66}
67
68func (dh ignoreSignalHandler) Stop() {
69 close(dh)

Calls

no outgoing calls