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

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.

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.