Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeriodicTimer ¶
type PeriodicTimer struct {
// contains filtered or unexported fields
}
func NewPeriodicTimer ¶
func NewPeriodicTimer(name string, timerWorker func(), verbose bool) *PeriodicTimer
func (*PeriodicTimer) Start ¶
func (t *PeriodicTimer) Start(newInterval time.Duration)
func (*PeriodicTimer) Stop ¶
func (t *PeriodicTimer) Stop()
Click to show internal directories.
Click to hide internal directories.