# Functions
New creates, initializes and returns a new WorkerPool instance.
NewJob creates a new Job instance with the job's handler.
WithJobCh sets a job channel to worker-pool using option function.
WithLogger sets a logger to worker-pool using option function.
WithResultCh sets a result channel to worker-pool using option function.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
WorkerPool is an implementation of a component that allows creating a set of workers to process arbitrary jobs in background.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author