timer

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Timer

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

timer defines a timer.

func Start

func Start(initialDelay time.Duration, fixedDelay time.Duration, fixedRate time.Duration, work func(t *Timer)) *Timer

Start starts a timer with parameters 'initialDelay', 'fixedDelay', 'fixedRate' and timer work, It returns timer struct for controlling.

func (*Timer) Destroy

func (t *Timer) Destroy()

Destroy destroys the timer.

Jump to

Keyboard shortcuts

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