package
1.3.1
Repository: https://github.com/dashpay/tenderdash.git
Documentation: pkg.go.dev

# 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.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author