package
1.44.0
Repository: https://github.com/madkins23/go-utils.git
Documentation: pkg.go.dev

# Functions

NewPeriodic returns a new Periodic object or an error.

# Structs

Periodic function execution object.

# Type aliases

FinalFn is a function to be executed after periodic behavior has terminated.
PeriodicFn is a function to be executed periodically.
SignalFn is a function to be executed when a signal is received.