https://github.com/abitofhelp/pipeline
Implementing a multi-step, concurrent, parallel processing pipeline in Go.
https://github.com/abitofhelp/pipeline
go golang goroutine pipeline
Last synced: 2 months ago
JSON representation
Implementing a multi-step, concurrent, parallel processing pipeline in Go.
- Host: GitHub
- URL: https://github.com/abitofhelp/pipeline
- Owner: abitofhelp
- License: mit
- Created: 2018-07-15T07:26:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T00:01:36.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T16:34:44.279Z (11 months ago)
- Topics: go, golang, goroutine, pipeline
- Language: Go
- Homepage:
- Size: 1.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pipeline
Implementing a multi-step, concurrent processing pipeline in Go.