# Functions
New creates a new Pool of workers that starts with n workers.
NewCallback creates a new Pool of workers where workers cast the job payload into a func() and runs it, or returns ErrNotFunc if the cast failed.
NewFunc creates a new Pool of workers where each worker will process using the provided func.
# Variables
Errors that are used throughout the Tunny API.
Errors that are used throughout the Tunny API.
Errors that are used throughout the Tunny API.
# Interfaces
Worker is an interface representing a Tunny working agent.
# Type aliases
No description provided by the author