package
0.2.1
Repository: https://github.com/icub3d/gop.git
Documentation: pkg.go.dev

# README

gopool

GoDoc

Package gopool implements a concurrent work processing model. It is a similar to thread pools in other languages, but it uses goroutines and channels. A pool is formed wherein several goroutines get tasks from a channel. Various sources can be used to schedule tasks and given some coordination workgroups on various systems can work from the same source.