https://github.com/abitofhelp/producer-consumer
A producer-consumer pattern that I've implemented in Go.
https://github.com/abitofhelp/producer-consumer
channels go golang waitgroup
Last synced: 2 months ago
JSON representation
A producer-consumer pattern that I've implemented in Go.
- Host: GitHub
- URL: https://github.com/abitofhelp/producer-consumer
- Owner: abitofhelp
- License: mit
- Created: 2018-07-13T04:27:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T20:20:49.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T06:32:13.560Z (11 months ago)
- Topics: channels, go, golang, waitgroup
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# producer-consumer
A producer-consumer pattern that I've implemented in Go.