https://github.com/go-libfp/workpool
A go worker pool that is inspired by executors, futures, and streams in other languages.
https://github.com/go-libfp/workpool
Last synced: 5 months ago
JSON representation
A go worker pool that is inspired by executors, futures, and streams in other languages.
- Host: GitHub
- URL: https://github.com/go-libfp/workpool
- Owner: go-libfp
- Created: 2023-02-23T02:00:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T12:09:15.000Z (over 3 years ago)
- Last Synced: 2024-06-20T10:18:33.369Z (almost 2 years ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workpool
A go worker pool that is inspired by executors, futures, and streams in other languages.