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

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

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.