workerpool icon indicating copy to clipboard operation
workerpool copied to clipboard

Small Go-Lang package implementing the worker pool pattern

go-lang Worker Pool

Go-Lang package implementing the worker pool pattern

Introduction

This worker pool package implementation was inspired by the publication about understanding its mechanics, fundamentals and actual design.

Requirements