Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kirill-scherba/jobs
- Owner: kirill-scherba
- License: bsd-3-clause
- Created: 2023-03-12T11:37:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T06:45:55.000Z (over 1 year ago)
- Last Synced: 2024-10-31T18:43:10.458Z (2 months ago)
- Topics: go, golang, goroutine, worker-pool
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)