package
1.20220526.1
Repository: https://github.com/hardfinhq/npm-mod.git
Documentation: pkg.go.dev

# Functions

NewPool initializes a new pool with the given tasks and at the given concurrency.
NewTask creates a new task based on a given work function.

# Structs

Pool is a worker group that runs a number of tasks at a configured concurrency.
Task encapsulates a work item that should go in a worker pool.