Versions in this module Expand all Collapse all v0 v0.1.1 Jan 1, 2024 v0.1.0 Aug 13, 2023 Changes in this version + type TimedEntry struct + func (t TimedEntry) Less(than llrb.Item) bool + func (t TimedEntry) Value() interface{} + type TimedList struct + C chan interface{} + func NewTimedList() *TimedList + func (t *TimedList) Add(v interface{}, d time.Duration) (item *TimedEntry) + func (t *TimedList) Drain() + func (t *TimedList) Len() int + func (t *TimedList) Purge() + func (t *TimedList) Remove(te *TimedEntry) (v interface{})