package
0.0.0-20230501180844-dca2a0ba871b
Repository: https://github.com/crazybber/go-patterns.git
Documentation: pkg.go.dev

# Packages

Package workpool implements a pool of go routines that are dedicated to processing work that is posted into the pool.
No description provided by the author

# Functions

No description provided by the author
NewTask initializes a new task based on a given work function.

# Structs

No description provided by the author
Task encapsulates a work item that should go in a work pool.