/go-workerpool

A simple, dependency-free, generic implementation of the workerpool pattern for Golang 1.18 and higher.

Primary LanguageGoMIT LicenseMIT

go-workerpool

This repository contains a Golang package providing a simple, dependency-free, generic implementation of the workerpool pattern for Golang 1.18 and higher.

For details on this pattern refer to these docs.

For an example of this package usage refer to examples/double.go.