Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qqiao/pipeline
A multithreaded pipeline implementation with support of Go 1.18 generics.
https://github.com/qqiao/pipeline
concurrency generics golang multithreading
Last synced: about 2 months ago
JSON representation
A multithreaded pipeline implementation with support of Go 1.18 generics.
- Host: GitHub
- URL: https://github.com/qqiao/pipeline
- Owner: qqiao
- License: apache-2.0
- Created: 2022-04-09T06:03:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T11:47:25.000Z (over 2 years ago)
- Last Synced: 2024-10-12T08:08:15.084Z (3 months ago)
- Topics: concurrency, generics, golang, multithreading
- Language: Go
- Homepage: https://pkg.go.dev/github.com/qqiao/pipeline/v2
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pipeline
A multithreaded pipeline implementation with support of Go 1.18 generics.
### Installation
The webapp module can be installed by running the following command in your
main Go module:go get github.com/qqiao/pipeline/v2
### Documentation and Usage
API documentation and example code can be found at
[pkg.go.dev](https://pkg.go.dev/github.com/qqiao/pipeline/v2).### Known issues