Documentation ¶
Index ¶
- func After(d time.Duration) <-chan time.Time
- func Sleep(d time.Duration)
- func Tick(d time.Duration) <-chan time.Time
- type Ticker
- type Timer
- type Wheel
- func (w *Wheel) After(d time.Duration) <-chan time.Time
- func (w *Wheel) AfterFunc(d time.Duration, f func()) *Timer
- func (w *Wheel) NewTicker(d time.Duration) *Ticker
- func (w *Wheel) NewTimer(d time.Duration) *Timer
- func (w *Wheel) Sleep(d time.Duration)
- func (w *Wheel) Stop()
- func (w *Wheel) Tick(d time.Duration) <-chan time.Time
- func (w *Wheel) TickFunc(d time.Duration, f func()) *Ticker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.