# Functions
New creates a new work pool.
# Variables
No description provided by the author
# Interfaces
Worker defines the single method necessary to do work in the pool.
# Type aliases
WorkerFunc is an adapter to allow the use of ordinary functions as Workers.