Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bygui86/go-worker-pool
Simple example of how to implement a worker pool in Golang
https://github.com/bygui86/go-worker-pool
Last synced: 2 days ago
JSON representation
Simple example of how to implement a worker pool in Golang
- Host: GitHub
- URL: https://github.com/bygui86/go-worker-pool
- Owner: bygui86
- License: apache-2.0
- Created: 2022-12-18T13:24:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T13:42:24.000Z (about 2 years ago)
- Last Synced: 2024-11-08T06:07:49.334Z (about 2 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-worker-pool
Some simple examples of how to implement a worker pool in Golang.