https://github.com/felipeaz/thread-pool
Example of the concurrency pattern Thread Pool
https://github.com/felipeaz/thread-pool
concurrency golang goroutines thread-pool
Last synced: 3 months ago
JSON representation
Example of the concurrency pattern Thread Pool
- Host: GitHub
- URL: https://github.com/felipeaz/thread-pool
- Owner: felipeaz
- Created: 2021-12-18T17:01:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T17:24:50.000Z (over 3 years ago)
- Last Synced: 2025-01-07T05:21:54.856Z (4 months ago)
- Topics: concurrency, golang, goroutines, thread-pool
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thread-pool
Example of the concurrency pattern Thread Pool