MCPcopy
hub / github.com/grpc/grpc-go / GracefulStop

Method GracefulStop

test/end2end_test.go:536–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

534type stopper interface {
535 Stop()
536 GracefulStop()
537}
538
539func (te *test) tearDown() {

Implementers 4

Serverserver.go
wrapHStest/end2end_test.go
GRPCServerxds/server.go
fakeGRPCServerxds/server_test.go

Calls

no outgoing calls