Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirill-scherba/jobs

Jobs worker pool
https://github.com/kirill-scherba/jobs

go golang goroutine worker-pool

Last synced: 17 days ago
JSON representation

Jobs worker pool

Awesome Lists containing this project

README

        

# Jobs worker pool

There is golang package to create and use a worker pool to limit the number of Goroutines that run at the same time in Go application.

[![GoDoc](https://godoc.org/github.com/kirill-scherba/jobs?status.svg)](https://godoc.org/github.com/kirill-scherba/jobs/)
[![Go Report Card](https://goreportcard.com/badge/github.com/kirill-scherba/jobs)](https://goreportcard.com/report/github.com/kirill-scherba/jobs)

## Basic usage example

Look example at example folder:

go run ./examples/jobs

Or run this example in playground:

## Licence

[BSD](LICENSE)