Home
last modified time | relevance | path

Searched defs:rrPicker (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/balancer/roundrobin/
Droundrobin.go59 type rrPicker struct { struct
63 subConns []balancer.SubConn
65 mu sync.Mutex
66 next int
69 …tx context.Context, opts balancer.PickOptions) (balancer.SubConn, func(balancer.DoneInfo), error) {