Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeTicker ¶
type TimeTicker struct {
// contains filtered or unexported fields
}
func NewTicker ¶
func NewTicker() *TimeTicker
func (*TimeTicker) Channel ¶
func (t *TimeTicker) Channel() <-chan time.Time
func (*TimeTicker) Reset ¶
func (t *TimeTicker) Reset(d time.Duration)
func (*TimeTicker) Stop ¶
func (t *TimeTicker) Stop()
Click to show internal directories.
Click to hide internal directories.