Versions in this module Expand all Collapse all v1 v1.0.0 Dec 24, 2024 Changes in this version + type BalanceQueue struct + func New(groupNumber int) *BalanceQueue + func (q *BalanceQueue) Pop(e Element) + func (q *BalanceQueue) Push(e Element) + func (q *BalanceQueue) String() string + func (q *BalanceQueue) Update() + type Element interface + BalanceQueueHandler func() + func ElementWrapper(f func()) Element