//
pkg.gl
Category
github.com/lfch/grpc
internal
wrr
package
1.51.4
Repository:
https://github.com/lfch/grpc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
128 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.