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

Method Stop

credentials/tls/certprovider/distributor.go:112–114  ·  view source on GitHub ↗

Stop turns down the distributor, releases allocated resources and fails any active KeyMaterial() call waiting for new key material.

()

Source from the content-addressed store, hash-verified

110// Stop turns down the distributor, releases allocated resources and fails any
111// active KeyMaterial() call waiting for new key material.
112func (d *Distributor) Stop() {
113 d.closed.Fire()
114}

Callers 1

TestDistributorMethod · 0.95

Calls 1

FireMethod · 0.45

Tested by 1

TestDistributorMethod · 0.76