https://github.com/oppodelldog/workerpool
https://github.com/oppodelldog/workerpool
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oppodelldog/workerpool
- Owner: Oppodelldog
- Created: 2018-01-02T15:39:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T23:43:36.000Z (over 7 years ago)
- Last Synced: 2025-01-02T19:52:47.035Z (5 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
[](http://godoc.org/github.com/Oppodelldog/workerpool)
[](https://goreportcard.com/report/github.com/Oppodelldog/workerpool)
[](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'.**