ticker

package
v2.0.0-rc.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2025 License: Apache-2.0 Imports: 10 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 interface {
	// similar to time.Ticker.C, but must be closed when Stop() is called
	Chan() <-chan time.Time
	Stop()
}

func NewCompoundTicker

func NewCompoundTicker(t1, t2 Ticker) Ticker

func NewEbpfTicker

func NewEbpfTicker(tracepoints []string) (Ticker, error)

func NewSimpleTicker

func NewSimpleTicker(ticker *time.Ticker) Ticker

Jump to

Keyboard shortcuts

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