package
0.0.0-20170117123812-b94c5f0804aa
Repository: https://github.com/go-gophers/gophers.git
Documentation: pkg.go.dev

# Functions

New creates new TaskPool with given task and initial size.

# Structs

TaskPool is task pool with variable amount of worker goroutines.

# Type aliases

Task is a work function with one input parameter and one output.