Documentation ¶
Index ¶
- type Heap
- func (h *Heap[T]) Empty() bool
- func (h *Heap[T]) Fix(i int)
- func (h *Heap[T]) Get(key string) (t T)
- func (h *Heap[T]) Len() int
- func (h *Heap[T]) Less(i, j int) bool
- func (h *Heap[T]) Peek() (T, bool)
- func (h *Heap[T]) Pop() (T, bool)
- func (h *Heap[T]) Push(x T)
- func (h *Heap[T]) Remove(key string) (t T)
- func (h *Heap[T]) Scan() []T
- func (h *Heap[T]) Swap(i, j int)
- func (h *Heap[T]) Update(t T)
- type Job
- type Runner
- type TTL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.