Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoundRobin ¶
type RoundRobin struct {
// contains filtered or unexported fields
}
func NewRoundRobin ¶
func NewRoundRobin(length int) *RoundRobin
func (*RoundRobin) Next ¶
func (rr *RoundRobin) Next() int
Click to show internal directories.
Click to hide internal directories.