# Functions
NewSimple creates a basic implementation of the Worker interface that is backed using just the standard library and goroutines.
NewSimpleWithContext creates a basic implementation of the Worker interface that is backed using just the standard library and goroutines.
# Interfaces
SimpleLogger is used by the Simple worker to write logs.
Worker interface that needs to be implemented to be considered a "worker".