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

Method Close

security/advancedtls/crl_provider.go:168–171  ·  view source on GitHub ↗

Close waits till the background refresh of CRLDirectory of FileWatcherCRLProvider is done and then stops it.

()

Source from the content-addressed store, hash-verified

166// Close waits till the background refresh of CRLDirectory of
167// FileWatcherCRLProvider is done and then stops it.
168func (p *FileWatcherCRLProvider) Close() {
169 close(p.stop)
170 <-p.done
171}
172
173// scanCRLDirectory starts the process of scanning
174// FileWatcherOptions.CRLDirectory and updating in-memory storage of CRL

Calls

no outgoing calls