package
0.24.2
Repository: https://github.com/nickhstr/goweb.git
Documentation: pkg.go.dev

# Functions

New creates a new work pool.

# Variables

No description provided by the author

# Structs

Task provides a pool of goroutines for Worker tasks to be submitted.

# Interfaces

Worker defines the single method necessary to do work in the pool.

# Type aliases

WorkerFunc is an adapter to allow the use of ordinary functions as Workers.