Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchedMinHeap ¶
type SchedMinHeap []*schedHeapItem
func (SchedMinHeap) Len ¶
func (h SchedMinHeap) Len() int
func (SchedMinHeap) Less ¶
func (h SchedMinHeap) Less(i, j int) bool
func (*SchedMinHeap) Pop ¶
func (h *SchedMinHeap) Pop() interface{}
func (*SchedMinHeap) Push ¶
func (h *SchedMinHeap) Push(x interface{})
func (SchedMinHeap) Swap ¶
func (h SchedMinHeap) Swap(i, j int)
type SimpleExpirer ¶
func NewSimpleExpirer ¶
func NewSimpleExpirer(cfg *config.Config) *SimpleExpirer
func (*SimpleExpirer) Add ¶
func (s *SimpleExpirer) Add(key sdk.KeyInfo)
func (*SimpleExpirer) Close ¶
func (s *SimpleExpirer) Close()
func (*SimpleExpirer) GetChan ¶
func (s *SimpleExpirer) GetChan() *chan sdk.KeyInfo
func (*SimpleExpirer) Start ¶
func (s *SimpleExpirer) Start()
Click to show internal directories.
Click to hide internal directories.