# Functions
NewWorkerPoolBuilder creates a new PoolBuilder, which is an auxiliary builder for constructing workers with a common inbound queue.
# Constants
No description provided by the author
No description provided by the author
# Structs
Pool is a worker pool that can be used by a higher-level component to manage a set of workers.
PoolBuilder is an auxiliary builder for constructing workers with a common inbound queue, where the workers are managed by a higher-level component.