google.golang.org/grpc/internal/buffer.Unbounded.Put (method)

8 uses

	google.golang.org/grpc/internal/buffer (current package)
		unbounded.go#L48: func (b *Unbounded) Put(t interface{}) {

	google.golang.org/grpc
		balancer_conn_wrappers.go#L155: 	ccb.updateCh.Put(&ccStateUpdate{ccs: ccs})
		balancer_conn_wrappers.go#L192: 	ccb.resultCh.Put(ccb.balancer.UpdateClientConnState(*ccs))
		balancer_conn_wrappers.go#L208: 	ccb.updateCh.Put(&scStateUpdate{
		balancer_conn_wrappers.go#L222: 	ccb.updateCh.Put(&exitIdleUpdate{})
		balancer_conn_wrappers.go#L233: 	ccb.updateCh.Put(&resolverErrorUpdate{err: err})
		balancer_conn_wrappers.go#L251: 	ccb.updateCh.Put(&switchToUpdate{name: name})
		balancer_conn_wrappers.go#L333: 	ccb.updateCh.Put(&subConnUpdate{acbw: acbw})