https://github.com/behnambm/go-utils
Some useful packages
https://github.com/behnambm/go-utils
worker-pool
Last synced: 3 months ago
JSON representation
Some useful packages
- Host: GitHub
- URL: https://github.com/behnambm/go-utils
- Owner: behnambm
- Created: 2023-07-19T21:06:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T15:55:23.000Z (11 months ago)
- Last Synced: 2025-01-11T23:47:03.064Z (5 months ago)
- Topics: worker-pool
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Utils
### Packages
- [WorkerPool](https://github.com/behnambm/go-utils/tree/main/workerpool): The WorkerPool package in Go provides a flexible solution for managing concurrent tasks with a pool of workers. It simplifies the process of distributing and processing tasks efficiently.