package
0.0.0-20241007144720-e1d3764d7885
Repository: https://github.com/jonathongardner/go-starter.git
Documentation: pkg.go.dev

# Functions

Controller can run two types of jobs: - Runner: When these finish `Done()` will be called - BackgroundRunner: These should listen to `IsDone()` and gracefully exit.

# Structs

struct to help control routines.

# Interfaces

No description provided by the author