google.golang.org/grpc.retryThrottler.throttle (method)

4 uses

	google.golang.org/grpc (current package)
		clientconn.go#L1497: func (rt *retryThrottler) throttle() bool {
		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() {