Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalanceQueue ¶
type BalanceQueue struct {
// contains filtered or unexported fields
}
func (*BalanceQueue) Pop ¶
func (q *BalanceQueue) Pop(e Element)
func (*BalanceQueue) Push ¶
func (q *BalanceQueue) Push(e Element)
func (*BalanceQueue) String ¶
func (q *BalanceQueue) String() string
func (*BalanceQueue) Update ¶
func (q *BalanceQueue) Update()
type Element ¶
type Element interface {
BalanceQueueHandler()
}
func ElementWrapper ¶
func ElementWrapper(f func()) Element
Click to show internal directories.
Click to hide internal directories.