package
0.17.0
Repository: https://github.com/blead/wfax.git
Documentation: pkg.go.dev

# Functions

Dispatcher models two-way communication between 1 dispatcher and n=concurrency workers.
Execute creates n=concurrency workers to process items with f concurrently and returns the aggregated errors.

# Structs

Item is a unit of task executed by concurrent workers.