package
0.0.0-20230501180844-dca2a0ba871b
Repository: https://github.com/crazybber/go-patterns.git
Documentation: pkg.go.dev

# Functions

New returns a new ready-to-use Runner.

# Variables

ErrInterrupt is returned when an event from the OS is received.
ErrTimeout is returned when a value is received on the timeout.

# Structs

Runner runs a set of tasks within a given timeout and can be shut down on an operating system interrupt.