https://github.com/dmdv/go-concurrency
https://github.com/dmdv/go-concurrency
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmdv/go-concurrency
- Owner: Dmdv
- Created: 2022-12-09T04:40:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T20:28:42.000Z (over 2 years ago)
- Last Synced: 2025-06-10T09:05:05.619Z (about 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Worker pools
1. Simple pool (workerpool/simple_pool.go)
2. Boris pool
3. Gammazero pool