https://github.com/anazcodes/go-worker-pool
A worker pool implementation using go's concurrency primitives.
https://github.com/anazcodes/go-worker-pool
concurrency
Last synced: 8 months ago
JSON representation
A worker pool implementation using go's concurrency primitives.
- Host: GitHub
- URL: https://github.com/anazcodes/go-worker-pool
- Owner: anazcodes
- Created: 2024-02-28T16:14:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:02:15.000Z (over 1 year ago)
- Last Synced: 2025-01-29T07:42:59.823Z (over 1 year ago)
- Topics: concurrency
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Go-worker-pool
- A worker pool implementation using go's concurrency primitives.
- Worker pool is used to schedule resource hectic jobs and jobs that is scheduled to be executed in a specific period of time.