Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppodelldog/workerpool
https://github.com/oppodelldog/workerpool
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oppodelldog/workerpool
- Owner: Oppodelldog
- Created: 2018-01-02T15:39:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T23:43:36.000Z (almost 7 years ago)
- Last Synced: 2024-06-19T03:34:49.385Z (7 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workerpool
[![Documentation](https://godoc.org/github.com/Oppodelldog/workerpool?status.svg)](http://godoc.org/github.com/Oppodelldog/workerpool)
[![Go Report Card](https://goreportcard.com/badge/github.com/Oppodelldog/workerpool)](https://goreportcard.com/report/github.com/Oppodelldog/workerpool)
[![Release](https://img.shields.io/github/release/Oppodelldog/workerpool.svg?label=Release)](https://github.com/Oppodelldog/workerpool/releases)
!!! **WIP** !!! experimental library to support project **logreplay** !!! **WIP**!!!A go library that handles pooling of co-routines.
1. You define the Worker logic
2. You define the logic to process worker results
3. You pass some *Work* into the WorkerPoolWorkerPool encapsulates creation and control of co-routines.
**I'm not sure if this use case satisfies a 'library'.**