//
pkg.gl
Category
github.com/blead/wfax
pkg
concurrency
package
0.17.0
Repository:
https://github.com/blead/wfax.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
89 SLOC
#
Functions
Dispatcher
Dispatcher models two-way communication between 1 dispatcher and n=concurrency workers.
Execute
Execute creates n=concurrency workers to process items with f concurrently and returns the aggregated errors.
#
Structs
Item
Item is a unit of task executed by concurrent workers.