Involved Source Files
Package roundrobin defines a roundrobin balancer. Roundrobin balancer is
installed as one of the default balancers in gRPC, users don't need to
explicitly install this balancer.
Package-Level Type Names (total 2, neither is exported)
/* sort exporteds by: | */
musync.Mutexnextint
subConns is the snapshot of the roundrobin balancer when this picker was
created. The slice is immutable. Each Get() will do a round robin
selection from it and return the selected SubConn.
(*T) Pick(balancer.PickInfo) (balancer.PickResult, error)
*T : google.golang.org/grpc/balancer.Picker
Package-Level Constants (only one, which is exported)
Name is the name of round_robin balancer.
The pages are generated with Goldsv0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds.