google.golang.org/grpc.clientStream.retryThrottler (field)

6 uses

	google.golang.org/grpc (current package)
		stream.go#L277: 		cs.retryThrottler = cc.retryThrottler.Load().(*retryThrottler)
		stream.go#L410: 	retryThrottler *retryThrottler // The throttler active when the RPC began.
		stream.go#L524: 				cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L530: 			cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L549: 	if cs.retryThrottler.throttle() {
		stream.go#L847: 		cs.retryThrottler.successfulRPC()