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 NewEbpfTicker ¶
func NewSimpleTicker ¶
Click to show internal directories.
Click to hide internal directories.