Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ticker ¶
Ticker defines time ticker that delivers ticks at intervals
func New ¶
New creates an instance of Ticker that ticks every intervals. It includes some kind of back-pressure for slow receivers
func (*Ticker) Start ¶
func (t *Ticker) Start()
Start the ticker. Ticks are delivered on the ticker's channel until Stop is called
Click to show internal directories.
Click to hide internal directories.