ticker

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ticker

type Ticker struct {
	// contains filtered or unexported fields
}

func New

func New(period time.Duration) *Ticker

func (*Ticker) Pause

func (ticker *Ticker) Pause()

Pause pauses the ticker.

func (*Ticker) Poll

func (ticker *Ticker) Poll()

Poll polls the ticker. It blocks until the tick has been executed.

func (*Ticker) Resume

func (ticker *Ticker) Resume()

Resume resumes the ticker.

func (*Ticker) Stop

func (ticker *Ticker) Stop()

Stop stops the ticker.

func (*Ticker) Tick

func (ticker *Ticker) Tick(fn func(time.Time))

Tick calls the given callback at regular intervals or when the ticker is polled.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL