MCPcopy
hub / github.com/grafana/dskit / Loop

Method Loop

server/server.go:63–63  ·  view source on GitHub ↗

Starts the signals handler. This method is blocking, and returns only after signal is received, or "Stop" is called.

()

Source from the content-addressed store, hash-verified

61 // Starts the signals handler. This method is blocking, and returns only after signal is received,
62 // or "Stop" is called.
63 Loop()
64
65 // Stop blocked "Loop" method.
66 Stop()

Callers 2

SignalHandlerLoopFunction · 0.65
RunMethod · 0.65

Implementers 2

Handlersignals/signals.go
dummyHandlerserver/server_test.go

Calls

no outgoing calls

Tested by

no test coverage detected