package
2.1.0
Repository: https://github.com/form3tech-oss/f1.git
Documentation: pkg.go.dev

# Functions

New creates a new runner that will execute fn as defined by the provided schedules Each Schedule in schedules defines how often fn should be executed at any given point in time.

# Structs

No description provided by the author
Schedule configures when and how frequent the Runner will execute the function.

# Type aliases

RunFunction is a function type that represents the function to be executed by the Runner.