Documentation ¶
Index ¶
- type Delay
- func (d *Delay) Add(delayTime time.Duration, f func(ts int64, args interface{}), arg interface{}) int64
- func (d *Delay) Del(f func(ts int64, args interface{}) bool)
- func (d *Delay) Done() <-chan time.Time
- func (d *Delay) Handler()
- func (d *Delay) QueueAdd(unit *Unit)
- func (d *Delay) QueueLen() int
- func (d *Delay) QueueRange(f func(unit *Unit) bool)
- func (d *Delay) QueueRangeDel(f func(unit *Unit) (bool, bool))
- func (d *Delay) Range(f func(ts int64, args interface{}) bool)
- type Unit
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.