//
pkg.gl
Category
google.golang.org/grpc
internal
wrr
package
1.72.0-dev
Repository:
https://github.com/grpc/grpc-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
32
Files
121 SLOC
#
Functions
NewEDF
NewEDF creates Earliest Deadline First (EDF) (https://en.wikipedia.org/wiki/Earliest_deadline_first_scheduling) implementation for weighted round robin.
NewRandom
NewRandom creates a new WRR with random.
#
Interfaces
WRR
WRR defines an interface that implements weighted round robin.