package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Dispatch creates numWorker workers, returns a cancel functionand channels for adding work and responses, cancel must be called.
Process dispatches work to the worker pool channel.
Worker loops forever and is part of the worker pool.

# Constants

Compare is bcrypt compare work.
Hash is the bcrypt work type.

# Structs

WorkRequest is a worker req.
WorkResponse is a worker resp.